summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2012-04-11 15:11:26 +0800
committerLin Fuzhen <fuzhen.lin@freescale.com>2012-04-11 15:11:26 +0800
commit5c11b15d849829fb52522eeeba7c088757870569 (patch)
treee756d18e4602b4af9922d4247e946a58dae6f2ab
parentb49928de9c47839a681eae67513f37bc936372ea (diff)
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 <fuzhen.lin@freescale.com>
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c
index 4fe3086dd7cc..88d1d960c0f2 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 = 792000000,
.cpu_rate = 396000000,
.cpu_podf = 1,
- .cpu_voltage = 1000000,},
+ .cpu_voltage = 1025000,},
{
.pll_rate = 792000000,
.cpu_rate = 198000000,
.cpu_podf = 3,
- .cpu_voltage = 1000000,},
+ .cpu_voltage = 1025000,},
};
static struct cpu_op mx6dl_cpu_op[] = {