to fix ds1006h crash bug:

3168 with U2BXX title, fix maskrom bug,
but need higher voltage on ddr
This commit is contained in:
陈辉
2013-01-21 18:24:52 +08:00
parent 305cd10e7a
commit e0cefca516

View File

@@ -1726,8 +1726,8 @@ 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 = 300 * 1000, .index = 1000 * 1000},
{.frequency = 400 * 1000, .index = 1100 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};
#define DVFS_CPU_TABLE_SIZE (ARRAY_SIZE(dvfs_cpu_logic_table))