diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-14 21:16:29 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 21:26:23 +0100 |
commit | 5bab80efb750722e8d0cdb8144511a4957b2a1d6 (patch) | |
tree | 342bfb5c626ec69a9304bdcd7f22c4580d81655a /arch/arm/boot/dts/sun8i-a33-q8-tablet.dts | |
parent | ARM: dts: sun6i: Fix Display Engine DTC warnings (diff) | |
download | linux-5bab80efb750722e8d0cdb8144511a4957b2a1d6.tar.xz linux-5bab80efb750722e8d0cdb8144511a4957b2a1d6.zip |
ARM: dts: sun8i: a23/a33: Fix Display Engine DTC warnings
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a33-q8-tablet.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-q8-tablet.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts b/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts index b0bc2360f8c4..9c5750c25613 100644 --- a/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts +++ b/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts @@ -48,3 +48,10 @@ model = "Q8 A33 Tablet"; compatible = "allwinner,q8-a33", "allwinner,sun8i-a33"; }; + +&tcon0_out { + tcon0_out_lcd: endpoint@0 { + reg = <0>; + remote-endpoint = <&panel_input>; + }; +}; |