rk30: cpufreq: suspend freq set to 816MHz
author黄涛 <huangtao@rock-chips.com>
Mon, 16 Apr 2012 03:56:47 +0000 (11:56 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 16 Apr 2012 03:56:47 +0000 (11:56 +0800)
arch/arm/mach-rk30/cpufreq.c

index a2500ff5f05268c409cacec9e1991577f5218829..600a8e19b3fad5c86983ea954430f57dbec09cb0 100755 (executable)
@@ -44,7 +44,7 @@ static struct cpufreq_frequency_table *freq_table = default_freq_table;
 #define MASK_FURTHER_CPUFREQ            0x30
 /* With 0x00(NOCHANGE), it depends on the previous "further" status */
 static int no_cpufreq_access;
-static unsigned int suspend_freq = 1008 * 1000;
+static unsigned int suspend_freq = 816 * 1000;
 
 #define NUM_CPUS       2
 static struct workqueue_struct *freq_wq;