summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2012-11-09 11:41:34 -0500
committerRichard Liu <r66033@freescale.com>2012-11-20 14:16:03 +0800
commit8513494e88d30972288366cdf4fa259c9f80a207 (patch)
treed8d4f15c11d227d7db6ce72c4a31689a3564c2cb
parent4531ec56c17ff89a39a51907ab38209e26398da0 (diff)
ENGR00233732 mx6dl: change 996M setpoint voltageimx-android-13.4.1
Change 996M setpoint voltage according to datasheet, lower VDDARM_CAP from 1.275V to 1.25V, and VDDSOC/PU_CAP from 1.275V to 1.175V. Signed-off-by: Anson Huang <b20788@freescale.com>
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c
index e6ef0261a285..028e876e3324 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.c
+++ b/arch/arm/mach-mx6/cpu_op-mx6.c
@@ -153,8 +153,8 @@ static struct cpu_op mx6dl_cpu_op_1_2G[] = {
.pll_rate = 1200000000,
.cpu_rate = 1200000000,
.cpu_podf = 0,
- .pu_voltage = 1275000,
- .soc_voltage = 1275000,
+ .pu_voltage = 1175000,
+ .soc_voltage = 1175000,
.cpu_voltage = 1275000,},
{
.pll_rate = 792000000,
@@ -177,9 +177,9 @@ static struct cpu_op mx6dl_cpu_op_1G[] = {
.pll_rate = 996000000,
.cpu_rate = 996000000,
.cpu_podf = 0,
- .pu_voltage = 1275000,
- .soc_voltage = 1275000,
- .cpu_voltage = 1275000,},
+ .pu_voltage = 1175000,
+ .soc_voltage = 1175000,
+ .cpu_voltage = 1250000,},
{
.pll_rate = 792000000,
.cpu_rate = 792000000,