diff options
author | Chen-Yu Tsai <wens@csie.org> | 2019-01-27 17:48:35 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-01-28 13:52:09 +0300 |
commit | 0a03cd9924dcf09b4c0945776df90546a64c82df (patch) | |
tree | f4a55a34352d3697be102976afd2e9becb341c3e /arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | |
parent | 4199ca2a49c6dd47a436a11243676d879c152677 (diff) | |
download | linux-0a03cd9924dcf09b4c0945776df90546a64c82df.tar.xz |
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 <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-q8-tablet.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts index a89f29fa3e40..3a844dae26f7 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>; |