rk2928: set suspend freq 600MHz
authorchenxing <chenxing@rock-chips.com>
Tue, 18 Sep 2012 13:26:56 +0000 (21:26 +0800)
committerchenxing <chenxing@rock-chips.com>
Tue, 18 Sep 2012 13:26:56 +0000 (21:26 +0800)
arch/arm/mach-rk2928/cpufreq.c

index 0f9c842d231eb187bb29936287f89f8da4ae1983..c379a36e06d7866e33545569c45f8a70b5e28f71 100644 (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;