Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4d9a0697 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun7i: 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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 0356f1ae
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -662,8 +662,6 @@
				};

				hdmi_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;
				};
			};