rk29: cpufreq adjust

This commit is contained in:
黄涛 2010-12-29 16:16:33 +08:00
parent fdbdd54a82
commit 43e3beb4e9

View File

@ -20,20 +20,13 @@
#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;