summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2009-12-10 15:04:30 -0600
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:41 -0400
commite761c6c3f678e86384ea7ea34875c695a53f79f2 (patch)
treeb85e22412679125bae87ff31bf9d1a2db854c436
parent8bd479a5235226b85f5619b0ba1d9f840b858c6a (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 69d2f3b10592..0d16b97fc774 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 },