diff options
author | Maxime Ripard <maxime@cerno.tech> | 2019-10-31 16:49:05 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2019-11-05 13:51:33 +0300 |
commit | c85c5c53ffa2ea01d6d1f117aeb0b598b0abd8cd (patch) | |
tree | 1cafe2ce0d9d5e9b4a3b9356e03d6da11e917e8c | |
parent | b5d84ff8ae180e443623ede8a16852f671b0bb05 (diff) | |
download | linux-c85c5c53ffa2ea01d6d1f117aeb0b598b0abd8cd.tar.xz |
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: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index bbeb743633c6..6a5033785a8b 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"; |