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 <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Maxime Ripard 2018-09-07 16:00:22 +02:00
parent c9b543404c
commit 123b796d3f
1 changed files with 0 additions and 2 deletions

View File

@ -530,8 +530,6 @@
};
hdmi_out: port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
};
};