summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2010-11-04 12:34:13 -0500
committerJustin Waters <justin.waters@timesys.com>2010-12-13 16:10:40 -0500
commit92849c1d7dcb0951b1350dc604436821fa1a642b (patch)
treee6f3596a886a8a38e32b80f3f0b3836dc1a2bc3f /arch
parent8af0a2fa2449e3f3154803e5469834367bc22ac6 (diff)
ENGR00133429 MX51 DVFS_PER: Set LP voltage to 1.25 V
MX51 DVFS_PER: Set high setpoint and low setpoint of LP voltage from 1.2 V to 1.25 V. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/mx51_3stack.c4
-rw-r--r--arch/arm/mach-mx5/mx51_babbage.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx5/mx51_3stack.c b/arch/arm/mach-mx5/mx51_3stack.c
index d79883e2697c..afc5cce6163d 100644
--- a/arch/arm/mach-mx5/mx51_3stack.c
+++ b/arch/arm/mach-mx5/mx51_3stack.c
@@ -314,8 +314,8 @@ static struct mxc_dvfsper_data dvfs_per_data = {
.div3_offset = 0,
.div3_mask = 0x7,
.div3_div = 2,
- .lp_high = 1200000,
- .lp_low = 1200000,
+ .lp_high = 1250000,
+ .lp_low = 1250000,
};
static struct mxc_spdif_platform_data mxc_spdif_data = {
diff --git a/arch/arm/mach-mx5/mx51_babbage.c b/arch/arm/mach-mx5/mx51_babbage.c
index 3a6ec04e342d..38aaace7be92 100644
--- a/arch/arm/mach-mx5/mx51_babbage.c
+++ b/arch/arm/mach-mx5/mx51_babbage.c
@@ -484,8 +484,8 @@ static struct mxc_dvfsper_data dvfs_per_data = {
.div3_offset = 0,
.div3_mask = 0x7,
.div3_div = 2,
- .lp_high = 1200000,
- .lp_low = 1200000,
+ .lp_high = 1250000,
+ .lp_low = 1250000,
};
static struct mxc_spdif_platform_data mxc_spdif_data = {