projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5a298
)
rk3066b: cpufreq: no limit gpu freq
author
黄涛
<huangtao@rock-chips.com>
Wed, 10 Oct 2012 03:44:35 +0000
(11:44 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Wed, 10 Oct 2012 03:45:14 +0000
(11:45 +0800)
arch/arm/mach-rk30/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/cpufreq.c
b/arch/arm/mach-rk30/cpufreq.c
index c5d44d3324ac9e185656e85b6e30cbb8dbb472e2..7bc8845d90e32611ccca95f4084cc48a43bbd756 100644
(file)
--- a/
arch/arm/mach-rk30/cpufreq.c
+++ b/
arch/arm/mach-rk30/cpufreq.c
@@
-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