mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk3168: tb: fix ddr dvfs table to last dvfs change and support ddr freq
This commit is contained in:
@@ -1995,8 +1995,9 @@ static struct cpufreq_frequency_table dvfs_gpu_table[] = {
|
||||
};
|
||||
|
||||
static struct cpufreq_frequency_table dvfs_ddr_table[] = {
|
||||
{.frequency = 300 * 1000, .index = 900 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 950 * 1000},
|
||||
{.frequency = 200 * 1000 + DDR_FREQ_SUSPEND, .index = 900 * 1000},
|
||||
{.frequency = 300 * 1000 + DDR_FREQ_VIDEO, .index = 900 * 1000},
|
||||
{.frequency = 400 * 1000 + DDR_FREQ_NORMAL, .index = 1000 * 1000},
|
||||
{.frequency = CPUFREQ_TABLE_END},
|
||||
};
|
||||
#define DVFS_CPU_TABLE_SIZE (ARRAY_SIZE(dvfs_cpu_logic_table))
|
||||
|
||||
Reference in New Issue
Block a user