]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: OMAP36xx: Fix CPU OPP voltages
authorNishanth Menon <nm@ti.com>
Fri, 26 Apr 2013 17:39:32 +0000 (12:39 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 9 May 2013 00:17:05 +0000 (17:17 -0700)
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>
arch/arm/boot/dts/omap36xx.dtsi

index b89233e43b0f6af39690941eb664a3306d9b1d33..f3447bc1b0321bf3a0d8fa72d70fb204ee63cd73 100644 (file)
@@ -20,9 +20,9 @@
                cpu@0 {
                        operating-points = <
                                /* kHz    uV */
-                               300000   975000
-                               600000  1075000
-                               800000  1200000
+                               300000  1012500
+                               600000  1200000
+                               800000  1325000
                        >;
                        clock-latency = <300000>; /* From legacy driver */
                };