]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00179408 MX6DL:Increasing CPU voltage for 800MHz/400MHz/200MHz work points
authorLin Fuzhen <fuzhen.lin@freescale.com>
Thu, 12 Apr 2012 01:45:10 +0000 (09:45 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:25 +0000 (08:34 +0200)
It need add 25mV to 800MHz/400MHz/200MHz work points for MX6DL,
otherwise system will crash when cpu freq switch to these work points

Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
arch/arm/mach-mx6/cpu_op-mx6.c

index 80b5e055d0898b0234fd6e0c65306c70993aaa27..ac65b27888ebf48844f61a594d79a3249ae6e5d9 100644 (file)
@@ -131,17 +131,17 @@ static struct cpu_op mx6dl_cpu_op_1G[] = {
         .pll_rate = 792000000,
         .cpu_rate = 792000000,
         .cpu_podf = 0,
-        .cpu_voltage = 1100000,},
+        .cpu_voltage = 1125000,},
         {
          .pll_rate = 396000000,
          .cpu_rate = 396000000,
          .cpu_podf = 0,
-         .cpu_voltage = 1000000,},
+         .cpu_voltage = 1025000,},
        {
         .pll_rate = 396000000,
         .cpu_rate = 198000000,
         .cpu_podf = 1,
-        .cpu_voltage = 1000000,},
+        .cpu_voltage = 1025000,},
 };
 
 static struct cpu_op mx6dl_cpu_op[] = {