提交 560106c1 编写于 作者: H Heiko Stuebner

ARM: dts: rockchip: move oscillator input clock into main dtsi

The clock definitions get a lot shorter due to the soc clocks being handled by
rk3188-cru and only the input clock remains. These can now simply live
in the main rk3xxx.dtsi without affecting readability.

At the same time, rename the node to oscillator, adding a clock-output-names
property to match how the rk3288 handles this.
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
Acked-By: NMax Schwarz <max.schwarz@online.de>
Tested-By: NMax Schwarz <max.schwarz@online.de>
上级 b13d2a7b
...@@ -31,12 +31,6 @@ ...@@ -31,12 +31,6 @@
#clock-cells = <0>; #clock-cells = <0>;
}; };
xin24m: xin24m {
compatible = "fixed-clock";
clock-frequency = <24000000>;
#clock-cells = <0>;
};
dummy48m: dummy48m { dummy48m: dummy48m {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <48000000>; clock-frequency = <48000000>;
......
...@@ -31,12 +31,6 @@ ...@@ -31,12 +31,6 @@
#clock-cells = <0>; #clock-cells = <0>;
}; };
xin24m: xin24m {
compatible = "fixed-clock";
clock-frequency = <24000000>;
#clock-cells = <0>;
};
dummy48m: dummy48m { dummy48m: dummy48m {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <48000000>; clock-frequency = <48000000>;
......
...@@ -20,6 +20,13 @@ ...@@ -20,6 +20,13 @@
/ { / {
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
xin24m: oscillator {
compatible = "fixed-clock";
clock-frequency = <24000000>;
#clock-cells = <0>;
clock-output-names = "xin24m";
};
soc { soc {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册