]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: sun4i: Fix HDMI output DTC warning
authorMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 7 Sep 2018 14:00:22 +0000 (16:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Dec 2019 07:52:03 +0000 (08:52 +0100)
[ Upstream commit 123b796d3fac60d69a3737d81901ab483c4efd6e ]

Our HDMI output endpoint on the A10 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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/sun4i-a10.dtsi

index 3d62a895072071c57ca69a531190d729492a5044..5d46bb0139fadce8055e7e1223455b78d96a18bd 100644 (file)
                                };
 
                                hdmi_out: port@1 {
-                                       #address-cells = <1>;
-                                       #size-cells = <0>;
                                        reg = <1>;
                                };
                        };