fix some bug caused by low core voltage
author蔡伟立 <cwl@rock-chips.com>
Wed, 3 Aug 2011 01:42:43 +0000 (09:42 +0800)
committer蔡伟立 <cwl@rock-chips.com>
Wed, 3 Aug 2011 01:42:43 +0000 (09:42 +0800)
arch/arm/mach-rk29/board-rk29-phonesdk.c

index 3289786ad1954cfee77b81bf4355333e19d9b4fa..69e8dcecabf064f7ec1d8c29cec0cd5065891b90 100755 (executable)
@@ -3093,10 +3093,10 @@ static void rk29_pm_power_off(void)
 
 static struct cpufreq_frequency_table freq_table[] =
 {
-       { .index = 1050000, .frequency =  408000 },
-       { .index = 1100000, .frequency =  600000 },
-       { .index = 1150000, .frequency =  816000 },
-       { .index = 1300000, .frequency = 1008000 },
+       { .index = 1200000, .frequency =  408000 },
+       { .index = 1200000, .frequency =  600000 },
+       { .index = 1200000, .frequency =  816000 },
+       { .index = 1350000, .frequency = 1008000 },
        { .frequency = CPUFREQ_TABLE_END },
 };