diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-13 00:34:44 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:23 -0400 |
commit | 98a3e804de9158f6e3d568f45c02552af47a0367 (patch) | |
tree | b873e1c48f77df5c9f12a985c75fa85a9c5241d9 /arch | |
parent | edd052865d029ed4e1b04ebdafbaedcd0f1bcee6 (diff) |
ARM: dts: imx27: Add core voltages
This patch adds core voltages for i.MX27 CPUs. Only 266 and 400 MHz modes
is documented in the datasheet, so we add a 266 MHz frequency for conform this.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 056e33bd8b47..56b8c97a8c99 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi | |||
@@ -57,13 +57,14 @@ | |||
57 | device_type = "cpu"; | 57 | device_type = "cpu"; |
58 | compatible = "arm,arm926ej-s"; | 58 | compatible = "arm,arm926ej-s"; |
59 | operating-points = < | 59 | operating-points = < |
60 | /* kHz uV (No regulator support) */ | 60 | /* kHz uV */ |
61 | 133000 0 | 61 | 266000 1300000 |
62 | 399000 0 | 62 | 399000 1450000 |
63 | >; | 63 | >; |
64 | clock-latency = <61036>; /* two CLK32 periods */ | 64 | clock-latency = <61036>; /* two CLK32 periods */ |
65 | clocks = <&clks 18>; | 65 | clocks = <&clks 18>; |
66 | clock-names = "cpu"; | 66 | clock-names = "cpu"; |
67 | voltage-tolerance = <5>; | ||
67 | }; | 68 | }; |
68 | }; | 69 | }; |
69 | 70 | ||