diff mbox series

ARM: dts: sun6i: Remove useless reset-names

Message ID 20191031134905.241453-1-maxime@cerno.tech (mailing list archive)
State Mainlined
Commit c85c5c53ffa2ea01d6d1f117aeb0b598b0abd8cd
Headers show
Series ARM: dts: sun6i: Remove useless reset-names | expand

Commit Message

Maxime Ripard Oct. 31, 2019, 1:49 p.m. UTC
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: Maxime Ripard <maxime@cerno.tech>
---
 arch/arm/boot/dts/sun6i-a31.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Chen-Yu Tsai Nov. 5, 2019, 4:09 a.m. UTC | #1
On Thu, Oct 31, 2019 at 9:49 PM Maxime Ripard <maxime@cerno.tech> wrote:
>
> 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: Maxime Ripard <maxime@cerno.tech>

Acked-by: Chen-Yu Tsai <wens@csie.org>
Maxime Ripard Nov. 5, 2019, 10:51 a.m. UTC | #2
On Tue, Nov 05, 2019 at 12:09:25PM +0800, Chen-Yu Tsai wrote:
> On Thu, Oct 31, 2019 at 9:49 PM Maxime Ripard <maxime@cerno.tech> wrote:
> >
> > 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: Maxime Ripard <maxime@cerno.tech>
>
> Acked-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!
Maxime
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
index ac7638078420..2cf34ae1c17b 100644
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@ -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";