Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun5i: 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>

+2 -11
-2
arch/arm/boot/dts/sun5i-a13-olinuxino.dts
··· 74 74 75 75 bridge { 76 76 compatible = "dumb-vga-dac"; 77 - #address-cells = <1>; 78 - #size-cells = <0>; 79 77 80 78 ports { 81 79 #address-cells = <1>;
+2 -9
arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
··· 53 53 power-supply = <&reg_vcc3v3>; 54 54 enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */ 55 55 backlight = <&backlight>; 56 - #address-cells = <1>; 57 - #size-cells = <0>; 58 56 59 - port@0 { 60 - reg = <0>; 61 - #address-cells = <1>; 62 - #size-cells = <0>; 63 - 64 - panel_input: endpoint@0 { 65 - reg = <0>; 57 + port { 58 + panel_input: endpoint { 66 59 remote-endpoint = <&tcon0_out_lcd>; 67 60 }; 68 61 };