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

ARM: dts: sun7i: Fix HDMI output DTC warning

Our HDMI output endpoint on the A10s DTSI has a warning under DTC: "graph
node has single child node 'endpoint', #address-cells/#size-cells are not
necessary". Fix this by removing those properties.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>

-2
-2
arch/arm/boot/dts/sun7i-a20.dtsi
··· 662 662 }; 663 663 664 664 hdmi_out: port@1 { 665 - #address-cells = <1>; 666 - #size-cells = <0>; 667 665 reg = <1>; 668 666 }; 669 667 };