mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
rk3168: update dvfs table to set gpu voltage all 1.2V
This commit is contained in:
parent
3ac8792230
commit
8d28fe9b41
|
|
@ -2127,11 +2127,16 @@ static struct cpufreq_frequency_table dvfs_arm_table[] = {
|
|||
};
|
||||
|
||||
static struct cpufreq_frequency_table dvfs_gpu_table[] = {
|
||||
{.frequency = 100 * 1000, .index = 1000 * 1000},
|
||||
{.frequency = 200 * 1000, .index = 1000 * 1000},
|
||||
{.frequency = 266 * 1000, .index = 1050 * 1000},
|
||||
#if 0
|
||||
{.frequency = 100 * 1000, .index = 1075 * 1000},
|
||||
{.frequency = 200 * 1000, .index = 1075 * 1000},
|
||||
{.frequency = 266 * 1000, .index = 1075 * 1000},
|
||||
//{.frequency = 300 * 1000, .index = 1050 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 1125 * 1000},
|
||||
#endif
|
||||
{.frequency = 100 * 1000, .index = 1200 * 1000},
|
||||
{.frequency = 200 * 1000, .index = 1200 * 1000},
|
||||
//{.frequency = 266 * 1000, .index = 1200 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 1200 * 1000},
|
||||
{.frequency = CPUFREQ_TABLE_END},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user