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

A patch from »Clock support for rk3066,rk3188 and rk3288« in state Mainline for linux-kernel

From: Heiko Stuebner <heiko@...> Date: Tue, 15 Apr 2014 19:44:59 +0200

Commit-Message

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 not simply live in the main rk3xxx.dtsi without affecting readability. Signed-off-by: Heiko Stuebner <heiko@...>

Patch-Comment

arch/arm/boot/dts/rk3066a-clocks.dtsi | 6 ------ arch/arm/boot/dts/rk3188-clocks.dtsi | 6 ------ arch/arm/boot/dts/rk3xxx.dtsi | 6 ++++++ 3 files changed, 6 insertions(+), 12 deletions(-)

Statistics

  • 6 lines added
  • 12 lines removed

Changes

-------------------- arch/arm/boot/dts/rk3066a-clocks.dtsi ---------------------
index 6e307fc..0d4d667 100644
@@ -31,12 +31,6 @@
#clock-cells = <0>;
};
- xin24m: xin24m {
- compatible = "fixed-clock";
- clock-frequency = <24000000>;
- #clock-cells = <0>;
- };
-
dummy48m: dummy48m {
compatible = "fixed-clock";
clock-frequency = <48000000>;
--------------------- arch/arm/boot/dts/rk3188-clocks.dtsi ---------------------
index b1b92dc..6bc0373 100644
@@ -31,12 +31,6 @@
#clock-cells = <0>;
};
- xin24m: xin24m {
- compatible = "fixed-clock";
- clock-frequency = <24000000>;
- #clock-cells = <0>;
- };
-
dummy48m: dummy48m {
compatible = "fixed-clock";
clock-frequency = <48000000>;
------------------------ arch/arm/boot/dts/rk3xxx.dtsi -------------------------
index b47d5fe..0de3f06 100644
@@ -26,6 +26,12 @@
compatible = "simple-bus";
ranges;
+ xin24m: xin24m {
+ compatible = "fixed-clock";
+ clock-frequency = <24000000>;
+ #clock-cells = <0>;
+ };
+
scu@1013c000 {
compatible = "arm,cortex-a9-scu";
reg = <0x1013c000 0x100>;
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...