mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
fix some bug caused by low core voltage
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user