Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de8e8e08 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: Unify ahb1 clock nodes



The clock driver has unified support for the ahb1 clock.
Unify the clock nodes so it works.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 42cc7136
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -140,19 +140,11 @@
			clock-output-names = "axi";
		};

		ahb1_mux: ahb1_mux_clk@01c20054 {
			#clock-cells = <0>;
			compatible = "allwinner,sun6i-a31-ahb1-mux-clk";
			reg = <0x01c20054 0x4>;
			clocks = <&osc32k>, <&osc24M>, <&axi>, <&pll6>;
			clock-output-names = "ahb1_mux";
		};

		ahb1: ahb1_clk@01c20054 {
			#clock-cells = <0>;
			compatible = "allwinner,sun4i-a10-ahb-clk";
			compatible = "allwinner,sun6i-a31-ahb1-clk";
			reg = <0x01c20054 0x4>;
			clocks = <&ahb1_mux>;
			clocks = <&osc32k>, <&osc24M>, <&axi>, <&pll6>;
			clock-output-names = "ahb1";
		};