]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun8i: a83t: Fix Display Engine DTC warnings
authorMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 14 Mar 2019 20:16:31 +0000 (21:16 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Mar 2019 20:26:23 +0000 (21:26 +0100)
Our display engine endpoints trigger some DTC warnings due to the fact that
we're having a single endpoint that doesn't need any reg property, and
since we don't have a reg property, we don't need the address-cells and
size-cells properties anymore.

Fix those

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
arch/arm/boot/dts/sun8i-a83t.dtsi

index 98e8cea26dbede6adcb3ff518994af53ec0eba10..4bda2f9372cb31beb20903c7ad078fa1e6af100a 100644 (file)
@@ -391,8 +391,7 @@ &tcon0 {
 };
 
 &tcon0_out {
-       tcon0_out_lcd: endpoint@0 {
-               reg = <0>;
+       tcon0_out_lcd: endpoint {
                remote-endpoint = <&panel_input>;
        };
 };
index 7651b6dcfd0ff2fe3463c5b93bfd006e3f1216d2..7340b01c199459b52a0e09239b91dc80bdf1ea7c 100644 (file)
@@ -457,8 +457,6 @@ tcon0_in_mixer1: endpoint@1 {
                                };
 
                                tcon0_out: port@1 {
-                                       #address-cells = <1>;
-                                       #size-cells = <0>;
                                        reg = <1>;
                                };
                        };