ARM: dts: sun5i: q8-tablet: Move panel properties to correct node level
authorChen-Yu Tsai <wens@csie.org>
Sun, 27 Jan 2019 14:48:35 +0000 (22:48 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 28 Jan 2019 10:52:09 +0000 (11:52 +0100)
The panel backlight and enable GPIO comments were incorrectly placed
in the input port, while it should have been in the panel node itself.

Move them to the correct position.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun5i-a13-q8-tablet.dts

index a89f29f..3a844da 100644 (file)
 
        panel: panel {
                compatible = "urt,umsh-8596md-t", "simple-panel";
+               /* TODO: lcd panel uses axp gpio0 as enable pin */
+               backlight = <&backlight>;
                #address-cells = <1>;
                #size-cells = <0>;
 
                port@0 {
                        reg = <0>;
-                       /* TODO: lcd panel uses axp gpio0 as enable pin */
-                       backlight = <&backlight>;
                        #address-cells = <1>;
                        #size-cells = <0>;