--- arch/arm/mach-msm/clock.c.orig 2009-01-24 18:56:24.000000000 +0900 +++ arch/arm/mach-msm/clock.c 2009-01-24 21:24:45.000000000 +0900 @@ -647,7 +647,7 @@ { 0, 81920 }, { 1, 122880 }, { 2, 245760 }, - { 3, 384000 }, + { 3, 528000 }, { CPUFREQ_TABLE_MAX, CPUFREQ_TABLE_END }, }; @@ -798,7 +798,7 @@ } static void msm_late_resume(android_early_suspend_t *handler) { - acpuclk_set_rate(NULL, 384000 * 1000, 0); + acpuclk_set_rate(NULL, 528000 * 1000, 0); } static struct android_early_suspend msm_power_suspend = {