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

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
......@@ -17,6 +17,14 @@ memory {
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>;
......
......@@ -26,12 +26,6 @@ cpu@0 {
clocks {
#address-cells = <1>;
#size-cells = <0>;
ref12: ref12M {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12000000>;
};
};
soc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment