rk3168: tb: fix ddr dvfs table to last dvfs change and support ddr freq

This commit is contained in:
黄涛
2013-01-04 18:36:46 +08:00
parent 4c69fdc441
commit e48ff48f39

View File

@@ -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))