summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2009-12-01 15:48:30 -0600
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:26 -0400
commitbab0e561275b908528eeda169e76285b92d11f1b (patch)
treec05148a5c01c87ddd835c7ddc1a12295422a6b2f
parenta0a3f8f8857bc45f26404847e25bdfee251620b5 (diff)
ENGR00118915 MX23: VDDD_BO voltage needs to be updated
MX23: VDDD_BO voltage needs to be updated which caused the system hangs if cpufreq Conservative governor is using and CPUFREQ is trigged. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
-rw-r--r--arch/arm/plat-stmp3xxx/cpufreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-stmp3xxx/cpufreq.c b/arch/arm/plat-stmp3xxx/cpufreq.c
index 9dd5a64f211a..69d2f3b10592 100644
--- a/arch/arm/plat-stmp3xxx/cpufreq.c
+++ b/arch/arm/plat-stmp3xxx/cpufreq.c
@@ -66,12 +66,12 @@ static struct profile {
1175000, 173000, 3300000, 1750000, 0 },
#ifdef CONFIG_STMP378X_RAM_MDDR
{ 64000, 64000, 48000, 3, 1050000,
- 925000, 150000, 3300000, 1750000, 0 },
+ 975000, 150000, 3300000, 1750000, 0 },
{ 24000, 24000, 24000, 3, 1050000,
975000, 150000, 3075000, 1725000, 1 },
#else
{ 64000, 64000, 96000, 3, 1050000,
- 925000, 150000, 3300000, 1750000, 0 },
+ 975000, 150000, 3300000, 1750000, 0 },
#endif
};