mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk3066b: cpufreq: no limit gpu freq
This commit is contained in:
@@ -275,8 +275,10 @@ static int rk30_cpu_init(struct cpufreq_policy *policy)
|
||||
}
|
||||
clk_enable_dvfs(cpu_clk);
|
||||
|
||||
#if !defined(CONFIG_ARCH_RK3066B)
|
||||
/* Limit gpu frequency between 133M to 400M */
|
||||
dvfs_clk_enable_limit(gpu_clk, 133000000, 400000000);
|
||||
#endif
|
||||
|
||||
freq_wq = create_singlethread_workqueue("rk30_cpufreqd");
|
||||
#ifdef CONFIG_RK30_CPU_FREQ_LIMIT_BY_TEMP
|
||||
|
||||
Reference in New Issue
Block a user