From: 黄涛 Date: Mon, 16 Apr 2012 03:56:47 +0000 (+0800) Subject: rk30: cpufreq: suspend freq set to 816MHz X-Git-Tag: firefly_0821_release~9410 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c10a1e0ad5ebbfe3b7fecec4ebd694a29fdade4f;p=firefly-linux-kernel-4.4.55.git rk30: cpufreq: suspend freq set to 816MHz --- diff --git a/arch/arm/mach-rk30/cpufreq.c b/arch/arm/mach-rk30/cpufreq.c index a2500ff5f052..600a8e19b3fa 100755 --- a/arch/arm/mach-rk30/cpufreq.c +++ b/arch/arm/mach-rk30/cpufreq.c @@ -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;