]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: OMAP4460: Fix CPU OPP voltages
authorNishanth Menon <nm@ti.com>
Fri, 26 Apr 2013 17:39:33 +0000 (12:39 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 9 May 2013 00:17:05 +0000 (17:17 -0700)
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>
arch/arm/boot/dts/omap4460.dtsi

index 7c2c23cc17efae510448bb38bc70482db2c6202d..2cf227c860996f875cff974f811c50db2980ad19 100644 (file)
@@ -15,9 +15,9 @@
                cpu@0 {
                        operating-points = <
                                /* kHz    uV */
-                               350000   975000
-                               700000  1075000
-                               920000  1200000
+                               350000  1025000
+                               700000  1200000
+                               920000  1313000
                        >;
                        clock-latency = <300000>; /* From legacy driver */
                };