summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2009-07-30 22:33:36 -0500
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:04:51 -0400
commitcec487348aa7b62fcee7d550eba62831bc3dffb5 (patch)
tree1f93b17b188d7f0a06a03e59f1388b38fb652530 /arch
parent975c42f9630df142c8b44b10b14ce73f9ff864ee (diff)
ENGR00114685 MX51: Change the GP voltages for 167MHz and 800MHz
MX51: Change the GP voltages for 167MHz and 800MHz per the latest datasheet. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx51/mx51_3stack.c4
-rw-r--r--arch/arm/mach-mx51/mx51_babbage.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx51/mx51_3stack.c b/arch/arm/mach-mx51/mx51_3stack.c
index 021d3b40fb95..254d63e6336d 100644
--- a/arch/arm/mach-mx51/mx51_3stack.c
+++ b/arch/arm/mach-mx51/mx51_3stack.c
@@ -84,7 +84,7 @@ static struct cpu_wp cpu_wp_auto[] = {
.mfd = 2,
.mfn = 1,
.cpu_podf = 0,
- .cpu_voltage = 1050000,},
+ .cpu_voltage = 1100000,},
{
.pll_rate = 800000000,
.cpu_rate = 166250000,
@@ -93,7 +93,7 @@ static struct cpu_wp cpu_wp_auto[] = {
.mfd = 2,
.mfn = 1,
.cpu_podf = 4,
- .cpu_voltage = 775000,},
+ .cpu_voltage = 1000000,},
};
struct cpu_wp *mx51_3stack_get_cpu_wp(int *wp)
diff --git a/arch/arm/mach-mx51/mx51_babbage.c b/arch/arm/mach-mx51/mx51_babbage.c
index 422b9083b786..f5655e6cf703 100644
--- a/arch/arm/mach-mx51/mx51_babbage.c
+++ b/arch/arm/mach-mx51/mx51_babbage.c
@@ -83,7 +83,7 @@ static struct cpu_wp cpu_wp_auto[] = {
.mfd = 2,
.mfn = 1,
.cpu_podf = 0,
- .cpu_voltage = 1050000,},
+ .cpu_voltage = 1100000,},
{
.pll_rate = 800000000,
.cpu_rate = 166250000,
@@ -92,7 +92,7 @@ static struct cpu_wp cpu_wp_auto[] = {
.mfd = 2,
.mfn = 1,
.cpu_podf = 4,
- .cpu_voltage = 775000,},
+ .cpu_voltage = 1000000,},
};
static struct fb_videomode video_modes[] = {