aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2013-04-26 13:39:32 -0400
committerTony Lindgren <tony@atomide.com>2013-05-08 20:17:05 -0400
commite011cf69c63ff1258b885bb8c3dfb6c757a3b634 (patch)
treeb233201ff99d6771d24be169036cd783c95527ad /arch/arm/boot/dts
parente60f18d6bca2753c12f0b3229a250d9a55954d41 (diff)
ARM: dts: OMAP36xx: Fix CPU OPP voltages
commit 3027e26 (ARM: dts: OMAP36xx: Add CPU OPP table) introduced wrong OPP voltages per OPP by mistake. Sync the OPP tables with existing OMAP36xx OPP data in arch/arm/mach-omap2/opp3xxx_data.c Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/omap36xx.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi
index b89233e43b0f..f3447bc1b032 100644
--- a/arch/arm/boot/dts/omap36xx.dtsi
+++ b/arch/arm/boot/dts/omap36xx.dtsi
@@ -20,9 +20,9 @@
20 cpu@0 { 20 cpu@0 {
21 operating-points = < 21 operating-points = <
22 /* kHz uV */ 22 /* kHz uV */
23 300000 975000 23 300000 1012500
24 600000 1075000 24 600000 1200000
25 800000 1200000 25 800000 1325000
26 >; 26 >;
27 clock-latency = <300000>; /* From legacy driver */ 27 clock-latency = <300000>; /* From legacy driver */
28 }; 28 };