diff options
author | Nishanth Menon <nm@ti.com> | 2013-04-26 13:39:33 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-08 20:17:05 -0400 |
commit | 45465c5e592fa86466173b7eab83730e9d3fe041 (patch) | |
tree | 50e5ad6401e0406602ff9d1ba047a0c9fd7806d2 | |
parent | e011cf69c63ff1258b885bb8c3dfb6c757a3b634 (diff) |
ARM: dts: OMAP4460: Fix CPU OPP voltages
commit d16fb25 (ARM: dts: OMAP4460: Add CPU OPP table)
introduced wrong OPP voltages per OPP by mistake. Sync the OPP
tables with existing OMAP4460 OPP data in
arch/arm/mach-omap2/opp4xxx_data.c
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap4460.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap4460.dtsi b/arch/arm/boot/dts/omap4460.dtsi index 7c2c23cc17ef..2cf227c86099 100644 --- a/arch/arm/boot/dts/omap4460.dtsi +++ b/arch/arm/boot/dts/omap4460.dtsi | |||
@@ -15,9 +15,9 @@ | |||
15 | cpu@0 { | 15 | cpu@0 { |
16 | operating-points = < | 16 | operating-points = < |
17 | /* kHz uV */ | 17 | /* kHz uV */ |
18 | 350000 975000 | 18 | 350000 1025000 |
19 | 700000 1075000 | 19 | 700000 1200000 |
20 | 920000 1200000 | 20 | 920000 1313000 |
21 | >; | 21 | >; |
22 | clock-latency = <300000>; /* From legacy driver */ | 22 | clock-latency = <300000>; /* From legacy driver */ |
23 | }; | 23 | }; |