rk3168_86v: delete arm:1.4G and 1.6G; gpu:600M

This commit is contained in:
hjc 2013-02-25 16:51:33 +08:00
parent b32d43ae2c
commit 346d56fd7b

View File

@ -1886,8 +1886,6 @@ static struct cpufreq_frequency_table dvfs_arm_table[] = {
{.frequency = 816 * 1000, .index = 1000 * 1000},
{.frequency = 1008 * 1000, .index = 1075 * 1000},
{.frequency = 1200 * 1000, .index = 1150 * 1000},
//{.frequency = 1416 * 1000, .index = 1250 * 1000},
//{.frequency = 1608 * 1000, .index = 1300 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};
@ -1897,7 +1895,6 @@ static struct cpufreq_frequency_table dvfs_gpu_table[] = {
{.frequency = 266 * 1000, .index = 1050 * 1000},
{.frequency = 300 * 1000, .index = 1050 * 1000},
{.frequency = 400 * 1000, .index = 1100 * 1000},
//{.frequency = 600 * 1000, .index = 1200 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};