ARM: dts: sun9i: Remove useless reset and clock names

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>
This commit is contained in:
Maxime Ripard 2019-12-19 10:15:39 +01:00
parent 7309386df5
commit b39f712dbe
No known key found for this signature in database
GPG key ID: E3EF0D6F671851C5

View file

@ -530,9 +530,7 @@
compatible = "allwinner,sun9i-a80-mmc-config-clk"; compatible = "allwinner,sun9i-a80-mmc-config-clk";
reg = <0x01c13000 0x10>; reg = <0x01c13000 0x10>;
clocks = <&ccu CLK_BUS_MMC>; clocks = <&ccu CLK_BUS_MMC>;
clock-names = "ahb";
resets = <&ccu RST_BUS_MMC>; resets = <&ccu RST_BUS_MMC>;
reset-names = "ahb";
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
clock-output-names = "mmc0_config", "mmc1_config", clock-output-names = "mmc0_config", "mmc1_config",