]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00176974 MX6Q: make 624M WP work, change 624 WP to 672 WP
authorZhang Jiejing <jiejing.zhang@freescale.com>
Thu, 15 Mar 2012 09:09:40 +0000 (17:09 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:14 +0000 (14:11 +0200)
since pll1 have a limit that cannot scaling down to 650M and below
so change the 600M WP to 672MHz.

otherwise, the 600WP's clock will depens on last frequency.

Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
arch/arm/mach-mx6/cpu_op-mx6.c

index 088a9fde273894dadce49854bd6006fd21624245..4fe3086dd7ccc50471ddd21290daf818669a060e 100644 (file)
@@ -36,8 +36,8 @@ static struct cpu_op mx6_cpu_op_1_2G[] = {
         .cpu_podf = 0,
         .cpu_voltage = 1100000,},
        {
-        .pll_rate = 624000000,
-        .cpu_rate = 624000000,
+        .pll_rate = 672000000,
+        .cpu_rate = 672000000,
         .cpu_voltage = 1100000,},
         {
          .pll_rate = 792000000,
@@ -64,8 +64,8 @@ static struct cpu_op mx6_cpu_op_1G[] = {
         .cpu_podf = 0,
         .cpu_voltage = 1100000,},
        {
-        .pll_rate = 624000000,
-        .cpu_rate = 624000000,
+        .pll_rate = 672000000,
+        .cpu_rate = 672000000,
         .cpu_voltage = 1100000,},
         {
          .pll_rate = 792000000,