rk30: cpufreq: suspend freq set to 816MHz

This commit is contained in:
黄涛
2012-04-16 11:56:47 +08:00
parent 006c9f2291
commit c10a1e0ad5

View File

@@ -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;