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>
此提交包含在:
Jonas Jensen
2014-01-16 16:39:06 +01:00
提交者 Olof Johansson
父節點 935b0d622f
當前提交 929267cb35
共有 2 個檔案被更改,包括 8 行新增6 行删除

查看文件

@@ -26,12 +26,6 @@
clocks {
#address-cells = <1>;
#size-cells = <0>;
ref12: ref12M {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12000000>;
};
};
soc {