diff options
Diffstat (limited to 'arch/arm/mach-mx6/cpu_op-mx6.c')
-rw-r--r-- | arch/arm/mach-mx6/cpu_op-mx6.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c index 6f030102c821..60714dc7c8bf 100644 --- a/arch/arm/mach-mx6/cpu_op-mx6.c +++ b/arch/arm/mach-mx6/cpu_op-mx6.c @@ -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, |