rk3026: cpufreq: limit cpu max frequency
authorchenxing <chenxing@rock-chips.com>
Thu, 26 Sep 2013 04:35:11 +0000 (12:35 +0800)
committerchenxing <chenxing@rock-chips.com>
Thu, 26 Sep 2013 04:39:40 +0000 (12:39 +0800)
arch/arm/mach-rk3188/cpufreq.c

index aa129cb96e7045b494c28786a30007b2ebf70285..50c45040ae19a7dc0d6358fb09b1f0c6500c0054 100644 (file)
@@ -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},
        }