board LR097:ddr 533MHZ

This commit is contained in:
yxj
2013-02-19 10:29:42 +08:00
parent bef5ab1ef8
commit bfbe073cf7

View File

@@ -2252,7 +2252,7 @@ static struct cpufreq_frequency_table dvfs_gpu_table[] = {
static struct cpufreq_frequency_table dvfs_ddr_table[] = {
// {.frequency = 200 * 1000 + DDR_FREQ_SUSPEND, .index = 950 * 1000},
// {.frequency = 300 * 1000 + DDR_FREQ_VIDEO, .index = 1000 * 1000},
{.frequency = 480 * 1000 + DDR_FREQ_NORMAL, .index = 1200 * 1000},
{.frequency = 533 * 1000 + DDR_FREQ_NORMAL, .index = 1200 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};