From: Anson Huang Date: Thu, 14 Jun 2012 10:07:30 +0000 (+0800) Subject: ENGR00212720 [MX6]Adjust CPU 672M setpoint voltage X-Git-Tag: v3.0.35-fsl~894 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bf91346834dfa6c187715e077164e644ac3d6d3;p=karo-tx-linux.git 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 --- 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,