From 1bf91346834dfa6c187715e077164e644ac3d6d3 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Thu, 14 Jun 2012 18:07:30 +0800 Subject: [PATCH] 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 --- arch/arm/mach-mx6/cpu_op-mx6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5