summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2012-11-09 11:41:34 -0500
committerAnson Huang <b20788@freescale.com>2012-11-15 11:39:55 -0500
commit1ac50b598d41ee561f45b6a137ff95d91196a78b (patch)
treea319226395de2b9e4356e00e6c98b5840836e156 /arch
parent6b9084c36436a6de030bf9e074efd733b6139fa6 (diff)
ENGR00233732 mx6dl: change 996M setpoint voltage
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>
Diffstat (limited to 'arch')
-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,