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:
608a180
)
rk2928: limit gpu freq [133,400]MHz
author
chenxing
<chenxing@rock-chips.com>
Tue, 11 Sep 2012 09:03:32 +0000
(17:03 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Tue, 11 Sep 2012 09:04:02 +0000
(17:04 +0800)
arch/arm/mach-rk2928/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/cpufreq.c
b/arch/arm/mach-rk2928/cpufreq.c
index 4f796715415d7ff509be88e6709187b6fdaced8a..0f9c842d231eb187bb29936287f89f8da4ae1983 100644
(file)
--- a/
arch/arm/mach-rk2928/cpufreq.c
+++ b/
arch/arm/mach-rk2928/cpufreq.c
@@
-257,9
+257,7
@@
static int rk30_cpu_init(struct cpufreq_policy *policy)
clk_enable_dvfs(cpu_clk);
/* Limit gpu frequency between 133M to 400M */
-#if 0
dvfs_clk_enable_limit(gpu_clk, 133000000, 400000000);
-#endif
freq_wq = create_singlethread_workqueue("rk30_cpufreqd");
#ifdef CONFIG_RK30_CPU_FREQ_LIMIT_BY_TEMP