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

Commit 929267cb authored by Jonas Jensen's avatar Jonas Jensen Committed by Olof Johansson
Browse files

ARM: moxart: move fixed rate clock child node to board level dts



When a skeleton "clocks { .. }" remain in .dtsi, the child node can
be moved to .dts, "ref12" is then found by of_clk_get().

Signed-off-by: default avatarJonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 935b0d62
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -17,6 +17,14 @@
		reg = <0x0 0x2000000>;
	};

	clocks {
		ref12: ref12M {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <12000000>;
		};
	};

	flash@80000000,0 {
		compatible = "numonyx,js28f128", "cfi-flash";
		reg = <0x80000000 0x1000000>;
+0 −6
Original line number Diff line number Diff line
@@ -26,12 +26,6 @@
	clocks {
		#address-cells = <1>;
		#size-cells = <0>;

		ref12: ref12M {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <12000000>;
		};
	};

	soc {