mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-19 12:00:46 +09:00
to fix ds1006h crash bug:
3168 with U2BXX title, fix maskrom bug, but need higher voltage on ddr
This commit is contained in:
@@ -1726,8 +1726,8 @@ static struct cpufreq_frequency_table dvfs_gpu_table[] = {
|
||||
};
|
||||
|
||||
static struct cpufreq_frequency_table dvfs_ddr_table[] = {
|
||||
{.frequency = 300 * 1000, .index = 900 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 950 * 1000},
|
||||
{.frequency = 300 * 1000, .index = 1000 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 1100 * 1000},
|
||||
{.frequency = CPUFREQ_TABLE_END},
|
||||
};
|
||||
#define DVFS_CPU_TABLE_SIZE (ARRAY_SIZE(dvfs_cpu_logic_table))
|
||||
|
||||
Reference in New Issue
Block a user