diff options
author | Nancy Chen <Nancy.Chen@freescale.com> | 2009-12-01 15:48:30 -0600 |
---|---|---|
committer | Nancy Chen <Nancy.Chen@freescale.com> | 2009-12-01 15:48:30 -0600 |
commit | 3199a31536739fe6272ec342ff6443049f55f11c (patch) | |
tree | c05148a5c01c87ddd835c7ddc1a12295422a6b2f /arch/arm/plat-stmp3xxx | |
parent | 4f67dbdc431d249c2fd873cdd32c8623fccbbf7c (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>
Diffstat (limited to 'arch/arm/plat-stmp3xxx')
-rw-r--r-- | arch/arm/plat-stmp3xxx/cpufreq.c | 4 |
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 }; |