summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2012-06-14 18:07:30 +0800
committerAnson Huang <b20788@freescale.com>2012-06-15 14:45:12 +0800
commit16daa112579e6878fa8e505d5789fdec239df81a (patch)
tree317beaad437920f96d9cbe7da90b2048f18eb8d6 /arch
parent74c47d1a590ac5530e49ae7aa9abd5969b3ea32b (diff)
ENGR00212720 [MX6]Adjust CPU 672M setpoint voltage
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c
index 6fe2fd8e7cbb..faa65fa00934 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.c
+++ b/arch/arm/mach-mx6/cpu_op-mx6.c
@@ -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,