summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2010-07-13 15:24:18 +0800
committerJustin Waters <justin.waters@timesys.com>2010-12-17 12:10:48 -0500
commit4026a66605fe5c212e73e419fb52635c4aa24259 (patch)
tree4981dd033c09dbc9c50c795c4a6c745c039ccaa5
parent82b2b5aa0a93f5ab0c12296765c2b32fe00e28c7 (diff)
ENGR00125045 MX53: Adjust VDDGP voltage setting
1. Adjust VDDGP for 1GHZ as 1.15v 2. Adjust VDDGP for 800MHZ as 1.05v 3. Not all current MX53 boards can run up to 1GHZ. So one limitation is added into clock.c to limit 1GHZ working point. To enable 1GHZ working point in kernel, please increase the GP voltage and type the command "clk core 1000" in uboot console to switch CPU core to 1GHZ. This limitation will be removed after all boards support 1GHZ. Signed-off-by: Lily Zhang <r58066@freescale.com>
-rw-r--r--arch/arm/mach-mx5/mx53_evk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c
index 55bf750155a8..cb0de8cfbbfc 100644
--- a/arch/arm/mach-mx5/mx53_evk.c
+++ b/arch/arm/mach-mx5/mx53_evk.c
@@ -86,7 +86,7 @@ static struct cpu_wp cpu_wp_auto[] = {
.mfd = 11,
.mfn = 5,
.cpu_podf = 0,
- .cpu_voltage = 1175000,},
+ .cpu_voltage = 1150000,},
{
.pll_rate = 800000000,
.cpu_rate = 800000000,
@@ -95,7 +95,7 @@ static struct cpu_wp cpu_wp_auto[] = {
.mfd = 2,
.mfn = 1,
.cpu_podf = 0,
- .cpu_voltage = 1100000,},
+ .cpu_voltage = 1050000,},
{
.pll_rate = 800000000,
.cpu_rate = 166250000,