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

Commit 92fd6e06 authored by Emilio López's avatar Emilio López Committed by Maxime Ripard
Browse files

ARM: sunxi: unify osc24M_fixed and osc24M



Now that the clock driver supports the gatable oscillator as one single
clock, drop osc24M_fixed and move the relevant properties to osc24M

Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 0b19b7c2
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -42,17 +42,11 @@
			clock-frequency = <0>;
		};

		osc24M_fixed: osc24M_fixed {
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <24000000>;
		};

		osc24M: osc24M@01c20050 {
			#clock-cells = <0>;
			compatible = "allwinner,sun4i-osc-clk";
			reg = <0x01c20050 0x4>;
			clocks = <&osc24M_fixed>;
			clock-frequency = <24000000>;
		};

		osc32k: osc32k {
+1 −7
Original line number Diff line number Diff line
@@ -43,17 +43,11 @@
			clock-frequency = <0>;
		};

		osc24M_fixed: osc24M_fixed {
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <24000000>;
		};

		osc24M: osc24M@01c20050 {
			#clock-cells = <0>;
			compatible = "allwinner,sun4i-osc-clk";
			reg = <0x01c20050 0x4>;
			clocks = <&osc24M_fixed>;
			clock-frequency = <24000000>;
		};

		osc32k: osc32k {