rk29: cpufreq adjust
author黄涛 <huangtao@rock-chips.com>
Wed, 29 Dec 2010 08:16:33 +0000 (16:16 +0800)
committer黄涛 <huangtao@rock-chips.com>
Wed, 29 Dec 2010 08:16:33 +0000 (16:16 +0800)
arch/arm/mach-rk29/cpufreq.c

index b1d437bdf4ffb4a77b1bcedc0753a1b600af55d7..fb8a0b410cf5e56de220703d8757dbd92717a635 100755 (executable)
 #include <linux/regulator/consumer.h>
 
 static struct cpufreq_frequency_table freq_table[] = {
-#if 0
 //     { .index =  950000, .frequency =  204000 },
 //     { .index = 1050000, .frequency =  300000 },
        { .index = 1050000, .frequency =  408000 },
 //     { .index = 1125000, .frequency =  600000 },
-       { .index = 1225000, .frequency =  816000 },
-       { .index = 1250000, .frequency = 1008000 },
+       { .index = 1200000, .frequency =  816000 },
+//     { .index = 1250000, .frequency = 1008000 },
 //     { .index = 1300000, .frequency = 1200000 },
-#else
-       { .index = 1100000, .frequency =  408000 },
-//     { .index = 1200000, .frequency =  600000 },
-       { .index = 1300000, .frequency =  816000 },
-//     { .index = 1350000, .frequency = 1008000 },
-#endif
        { .frequency = CPUFREQ_TABLE_END },
 };
 static struct clk *arm_clk;