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>
This commit is contained in:
Chen-Yu Tsai 2019-01-27 22:48:35 +08:00 committed by Maxime Ripard
parent 4199ca2a49
commit 0a03cd9924
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -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>;