From: Rongjun Ying Date: Thu, 9 Jan 2014 04:14:37 +0000 (+0800) Subject: ARM: dts: sirf: add clock, frequence-voltage table for CPU0 X-Git-Tag: next-20140116~120^2^2^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=683659f3e0428ecf80d099b3b9e208d7c09fcfb9;p=karo-tx-linux.git 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 Signed-off-by: Barry Song --- 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>; }; }; 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>; }; };