Skip to content

Commit ed5fc60

Browse files
committed
ARM: dts: sun5i: a10s: 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>
1 parent 6a9951a commit ed5fc60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/sun5i-a10s.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
};
101101

102102
hdmi_out: port@1 {
103-
#address-cells = <1>;
104-
#size-cells = <0>;
105103
reg = <1>;
106104
};
107105
};

0 commit comments

Comments
 (0)