diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2014-01-08 23:14:37 -0500 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-01-09 06:55:47 -0500 |
commit | 683659f3e0428ecf80d099b3b9e208d7c09fcfb9 (patch) | |
tree | b75650a492eaa8adea4a8c88b115adf98a739c34 | |
parent | 7f97c303450135b2c6daee02891d8fcb752b1a11 (diff) |
ARM: dts: sirf: add clock, frequence-voltage table for CPU0
prima2 and atlas6 uses cpufreq_cpu0, here we put related clock, operation
points in dtsi.
Signed-off-by: Rongjun Ying <Rongjun.Ying@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 9 | ||||
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index 0f1821a69281..2b5d678b1200 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi | |||
@@ -27,6 +27,15 @@ | |||
27 | timebase-frequency = <0>; | 27 | timebase-frequency = <0>; |
28 | bus-frequency = <0>; | 28 | bus-frequency = <0>; |
29 | clock-frequency = <0>; | 29 | clock-frequency = <0>; |
30 | clocks = <&clks 12>; | ||
31 | operating-points = < | ||
32 | /* kHz uV */ | ||
33 | 200000 1025000 | ||
34 | 400000 1025000 | ||
35 | 600000 1050000 | ||
36 | 800000 1100000 | ||
37 | >; | ||
38 | clock-latency = <150000>; | ||
30 | }; | 39 | }; |
31 | }; | 40 | }; |
32 | 41 | ||
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index 8cea924befb2..0942f9a879a8 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi | |||
@@ -29,6 +29,15 @@ | |||
29 | timebase-frequency = <0>; | 29 | timebase-frequency = <0>; |
30 | bus-frequency = <0>; | 30 | bus-frequency = <0>; |
31 | clock-frequency = <0>; | 31 | clock-frequency = <0>; |
32 | clocks = <&clks 12>; | ||
33 | operating-points = < | ||
34 | /* kHz uV */ | ||
35 | 200000 1025000 | ||
36 | 400000 1025000 | ||
37 | 664000 1050000 | ||
38 | 800000 1100000 | ||
39 | >; | ||
40 | clock-latency = <150000>; | ||
32 | }; | 41 | }; |
33 | }; | 42 | }; |
34 | 43 | ||