From: Chen-Yu Tsai Date: Sun, 27 Jan 2019 14:48:35 +0000 (+0800) Subject: ARM: dts: sun5i: q8-tablet: Move panel properties to correct node level X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a03cd9924dcf09b4c0945776df90546a64c82df;p=linux.git ARM: dts: sun5i: q8-tablet: Move panel properties to correct node level 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 Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts index a89f29fa3e409..3a844dae26f70 100644 --- a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts +++ b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts @@ -50,13 +50,13 @@ 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>;