mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
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: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
935b0d622f
commit
929267cb35
@ -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>;
|
||||
|
@ -26,12 +26,6 @@
|
||||
clocks {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ref12: ref12M {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <12000000>;
|
||||
};
|
||||
};
|
||||
|
||||
soc {
|
||||
|
Loading…
Reference in New Issue
Block a user