ARM: dts: sun9i: Remove useless reset and clock names
authorMaxime Ripard <maxime@cerno.tech>
Thu, 19 Dec 2019 09:15:39 +0000 (10:15 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 20 Dec 2019 07:57:31 +0000 (08:57 +0100)
The MMC configuration clock controller in the A80 definition has a
clock-names and reset-names property, even though the binding for that
controller doesn't declare it.

Remove it.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/boot/dts/sun9i-a80.dtsi

index dd292a670921e8e18e25e5e4ba194644e5863656..3b533e85da43f2ca8d94afae0a60e4222d66d97f 100644 (file)
                        compatible = "allwinner,sun9i-a80-mmc-config-clk";
                        reg = <0x01c13000 0x10>;
                        clocks = <&ccu CLK_BUS_MMC>;
-                       clock-names = "ahb";
                        resets = <&ccu RST_BUS_MMC>;
-                       reset-names = "ahb";
                        #clock-cells = <1>;
                        #reset-cells = <1>;
                        clock-output-names = "mmc0_config", "mmc1_config",