mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
fix some bug caused by low core voltage
This commit is contained in:
parent
04863a9255
commit
bf477829d0
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user