From: chenxing Date: Thu, 26 Sep 2013 04:35:11 +0000 (+0800) Subject: rk3026: cpufreq: limit cpu max frequency X-Git-Tag: firefly_0821_release~6600 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8723f665dc16d6ad12292fd987a5b48c589f482f;p=firefly-linux-kernel-4.4.55.git rk3026: cpufreq: limit cpu max frequency --- diff --git a/arch/arm/mach-rk3188/cpufreq.c b/arch/arm/mach-rk3188/cpufreq.c index aa129cb96e70..50c45040ae19 100644 --- a/arch/arm/mach-rk3188/cpufreq.c +++ b/arch/arm/mach-rk3188/cpufreq.c @@ -160,7 +160,7 @@ static struct cpufreq_frequency_table temp_limits_gpu_perf[] = { #elif defined(CONFIG_ARCH_RK3026) static struct cpufreq_frequency_table temp_limits[2][1] = { { // 1 CPU busy - {.frequency = -1, .index = 0}, + {.frequency = 912 * 1000, .index = 0}, }, { // 2 CPUs busy {.frequency = 816 * 1000, .index = 0}, }