aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2009-12-10 15:04:30 -0600
committerNancy Chen <Nancy.Chen@freescale.com>2009-12-10 15:29:24 -0600
commit8e6b8a6b958c13061f31a932c0ba5f24e3cddab6 (patch)
treeb85e22412679125bae87ff31bf9d1a2db854c436
parent9414713564d26ca40c1fa669c20a7121f3f2af4d (diff)
ENGR00119203 MX23: Correct VDDD value for CPU frequency 360 MHz
MX23: Correct VDDD value for CPU frequency 360 MHz. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
-rw-r--r--arch/arm/plat-stmp3xxx/cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-stmp3xxx/cpufreq.c b/arch/arm/plat-stmp3xxx/cpufreq.c
index 69d2f3b1059..0d16b97fc77 100644
--- a/arch/arm/plat-stmp3xxx/cpufreq.c
+++ b/arch/arm/plat-stmp3xxx/cpufreq.c
@@ -60,7 +60,7 @@ static struct profile {
1450000, 355000, 3300000, 1750000, 0 },
{ 392730, 130910, 130910, 0, 1475000,
1375000, 225000, 3300000, 1750000, 0 },
- { 360000, 120000, 120000, 0, 13750000,
+ { 360000, 120000, 120000, 0, 1375000,
1275000, 200000, 3300000, 1750000, 0 },
{ 261820, 130910, 130910, 0, 1275000,
1175000, 173000, 3300000, 1750000, 0 },