Unverified Commit c85c5c53 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun6i: Remove useless reset-names



The HDMI controller definition in the A31 DTSI has a reset-names property,
yet the binding for that controller doesn't declare it.

Remove it.

Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent b5d84ff8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -469,7 +469,6 @@
				 <&ccu CLK_PLL_VIDEO1_2X>;
			clock-names = "ahb", "mod", "ddc", "pll-0", "pll-1";
			resets = <&ccu RST_AHB1_HDMI>;
			reset-names = "ahb";
			dma-names = "ddc-tx", "ddc-rx", "audio-tx";
			dmas = <&dma 13>, <&dma 13>, <&dma 14>;
			status = "disabled";