rk3066b: cpufreq: no limit gpu freq

This commit is contained in:
黄涛
2012-10-10 11:44:35 +08:00
parent 8a5a298c00
commit 1847bda830

View File

@@ -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