fix some bug caused by low core voltage

This commit is contained in:
蔡伟立 2011-08-03 09:42:43 +08:00
parent 04863a9255
commit bf477829d0

View File

@ -3093,10 +3093,10 @@ static void rk29_pm_power_off(void)
static struct cpufreq_frequency_table freq_table[] =
{
{ .index = 1050000, .frequency = 408000 },
{ .index = 1100000, .frequency = 600000 },
{ .index = 1150000, .frequency = 816000 },
{ .index = 1300000, .frequency = 1008000 },
{ .index = 1200000, .frequency = 408000 },
{ .index = 1200000, .frequency = 600000 },
{ .index = 1200000, .frequency = 816000 },
{ .index = 1350000, .frequency = 1008000 },
{ .frequency = CPUFREQ_TABLE_END },
};