rk2928: set suspend freq 600MHz

This commit is contained in:
chenxing
2012-09-18 21:26:56 +08:00
parent 5306f77eba
commit 4e84efeb44

View File

@@ -57,7 +57,7 @@ static unsigned int max_freq = -1;
#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 = 816 * 1000;
static unsigned int suspend_freq = 600 * 1000;
static struct workqueue_struct *freq_wq;
static struct clk *cpu_clk;