diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2014-01-09 05:14:37 +0100 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-01-09 12:55:47 +0100 |
commit | 683659f3e0428ecf80d099b3b9e208d7c09fcfb9 (patch) | |
tree | b75650a492eaa8adea4a8c88b115adf98a739c34 /arch/arm/boot/dts/atlas6.dtsi | |
parent | ARM: dts: sirf: add lost bus_width, clock and status for sdhci (diff) | |
download | linux-683659f3e0428ecf80d099b3b9e208d7c09fcfb9.tar.xz 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/atlas6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 9 |
1 files changed, 9 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 @@ timebase-frequency = <0>; bus-frequency = <0>; clock-frequency = <0>; + clocks = <&clks 12>; + operating-points = < + /* kHz uV */ + 200000 1025000 + 400000 1025000 + 600000 1050000 + 800000 1100000 + >; + clock-latency = <150000>; }; }; |