mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk29: cpufreq adjust
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user