]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00212720 [MX6]Adjust CPU 672M setpoint voltage
authorAnson Huang <b20788@freescale.com>
Thu, 14 Jun 2012 10:07:30 +0000 (18:07 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:49 +0000 (08:34 +0200)
Previous voltage for 672M is 1.05V, normal test is OK,
but if CPU is busy in background and do the CPUFreq change
as well, always fail the stress test at 672M setpoint, after
increase it to 1.1V, stress test is OK.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/cpu_op-mx6.c

index 6fe2fd8e7cbb488e31e16e1639d0103587b8c34b..faa65fa00934c875514f2aae375169b78a63c6eb 100644 (file)
@@ -66,7 +66,7 @@ static struct cpu_op mx6_cpu_op_1G[] = {
        {
         .pll_rate = 672000000,
         .cpu_rate = 672000000,
-        .cpu_voltage = 1050000,},
+        .cpu_voltage = 1100000,},
         {
          .pll_rate = 396000000,
          .cpu_rate = 396000000,