From: Lin Fuzhen Date: Thu, 12 Apr 2012 01:45:10 +0000 (+0800) Subject: ENGR00179408 MX6DL:Increasing CPU voltage for 800MHz/400MHz/200MHz work points X-Git-Tag: v3.0.35-fsl~1204 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d73d9f68690dc02408e7ad3c60ef0e20c1e1e6c;p=karo-tx-linux.git ENGR00179408 MX6DL:Increasing CPU voltage for 800MHz/400MHz/200MHz work points It need add 25mV to 800MHz/400MHz/200MHz work points for MX6DL, otherwise system will crash when cpu freq switch to these work points Signed-off-by: Lin Fuzhen --- diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c index 80b5e055d089..ac65b27888eb 100644 --- a/arch/arm/mach-mx6/cpu_op-mx6.c +++ b/arch/arm/mach-mx6/cpu_op-mx6.c @@ -131,17 +131,17 @@ static struct cpu_op mx6dl_cpu_op_1G[] = { .pll_rate = 792000000, .cpu_rate = 792000000, .cpu_podf = 0, - .cpu_voltage = 1100000,}, + .cpu_voltage = 1125000,}, { .pll_rate = 396000000, .cpu_rate = 396000000, .cpu_podf = 0, - .cpu_voltage = 1000000,}, + .cpu_voltage = 1025000,}, { .pll_rate = 396000000, .cpu_rate = 198000000, .cpu_podf = 1, - .cpu_voltage = 1000000,}, + .cpu_voltage = 1025000,}, }; static struct cpu_op mx6dl_cpu_op[] = {