ARM: dts: sirf: add clock, frequence-voltage table for CPU0
authorRongjun Ying <Rongjun.Ying@csr.com>
Thu, 9 Jan 2014 04:14:37 +0000 (12:14 +0800)
committerBarry Song <Baohua.Song@csr.com>
Thu, 9 Jan 2014 11:55:47 +0000 (19:55 +0800)
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>
arch/arm/boot/dts/atlas6.dtsi
arch/arm/boot/dts/prima2.dtsi

index 0f1821a..2b5d678 100644 (file)
                        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>;
                };
        };
 
index 8cea924..0942f9a 100644 (file)
                        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>;
                };
        };