From: Maxime Ripard Date: Fri, 7 Sep 2018 14:00:22 +0000 (+0200) Subject: ARM: dts: sun7i: Fix HDMI output DTC warning X-Git-Tag: v4.19.89~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ff8cb13835d5fedd7ad9c54bf38ed52763ad108;p=thirdparty%2Fkernel%2Fstable.git ARM: dts: sun7i: Fix HDMI output DTC warning [ Upstream commit 4d9a06979b1ae0c802440cb4433dfcd85fc7bdd3 ] 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 Acked-by: Chen-Yu Tsai Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 9c52712af2411..73e789a133de1 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -639,8 +639,6 @@ }; hdmi_out: port@1 { - #address-cells = <1>; - #size-cells = <0>; reg = <1>; }; };