cpufreq: Overclock the little core to 1.7Ghz

Signed-off-by: prashantpaddune <elonpras@my.smccd.edu>
This commit is contained in:
prashantpaddune 2020-04-08 11:37:14 +02:00
parent 6a799beaa1
commit cb423f5a16

View File

@ -1084,7 +1084,7 @@ static int init_dm(struct exynos_cpufreq_domain *domain,
return register_exynos_dm_freq_scaler(domain->dm_type, dm_scaler);
}
static unsigned long arg_cpu_max_c1 = 1586000;
static unsigned long arg_cpu_max_c1 = 1690000;
static int __init cpufreq_read_cpu_max_c1(char *cpu_max_c1)
{