From: chenxing Date: Tue, 18 Sep 2012 13:26:56 +0000 (+0800) Subject: rk2928: set suspend freq 600MHz X-Git-Tag: firefly_0821_release~8604 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e84efeb44022ad6662cd8edbd979dcac4ff2247;p=firefly-linux-kernel-4.4.55.git rk2928: set suspend freq 600MHz --- diff --git a/arch/arm/mach-rk2928/cpufreq.c b/arch/arm/mach-rk2928/cpufreq.c index 0f9c842d231e..c379a36e06d7 100644 --- a/arch/arm/mach-rk2928/cpufreq.c +++ b/arch/arm/mach-rk2928/cpufreq.c @@ -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;