rk3168: cpufreq: check temperature every 1s when in performance mode
author黄涛 <huangtao@rock-chips.com>
Mon, 6 May 2013 06:55:12 +0000 (14:55 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 6 May 2013 06:55:12 +0000 (14:55 +0800)
arch/arm/mach-rk3188/cpufreq.c

index 0bba0fffa0ac487b7879476c206e3c1b1588e6a9..c9ca913b3af348be29fa40895406ced66ce1611d 100644 (file)
@@ -217,7 +217,7 @@ static void rk3188_cpufreq_temp_limit_work_func(struct work_struct *work)
                                limits_size = ARRAY_SIZE(temp_limits_gpu_perf);
                        }
                } else {
-                       delay = HZ / 25; // 40ms
+                       delay = HZ; // 1s
                        limits_table = temp_limits_cpu_perf;
                        limits_size = ARRAY_SIZE(temp_limits_cpu_perf);
                }