From: Maxime Ripard Date: Fri, 7 Sep 2018 14:00:22 +0000 (+0200) Subject: ARM: dts: sun4i: Fix HDMI output DTC warning X-Git-Tag: v5.0-rc1~77^2~28^2~77 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=123b796d3fac60d69a3737d81901ab483c4efd6e;p=users%2Fdwmw2%2Flinux.git ARM: dts: sun4i: Fix HDMI output DTC warning 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 Acked-by: Chen-Yu Tsai --- diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 3d62a89507207..5d46bb0139fad 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -530,8 +530,6 @@ }; hdmi_out: port@1 { - #address-cells = <1>; - #size-cells = <0>; reg = <1>; }; };