diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2014-01-09 12:14:37 +0800 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-01-09 19:55:47 +0800 |
commit | 683659f3e0428ecf80d099b3b9e208d7c09fcfb9 (patch) | |
tree | b75650a492eaa8adea4a8c88b115adf98a739c34 /arch/arm/boot/dts/prima2.dtsi | |
parent | 7f97c303450135b2c6daee02891d8fcb752b1a11 (diff) | |
download | blackbird-obmc-linux-683659f3e0428ecf80d099b3b9e208d7c09fcfb9.tar.gz blackbird-obmc-linux-683659f3e0428ecf80d099b3b9e208d7c09fcfb9.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/prima2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ timebase-frequency = <0>; bus-frequency = <0>; clock-frequency = <0>; + clocks = <&clks 12>; + operating-points = < + /* kHz uV */ + 200000 1025000 + 400000 1025000 + 664000 1050000 + 800000 1100000 + >; + clock-latency = <150000>; }; }; |