projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006c9f2
)
rk30: cpufreq: suspend freq set to 816MHz
author
黄涛
<huangtao@rock-chips.com>
Mon, 16 Apr 2012 03:56:47 +0000
(11:56 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 16 Apr 2012 03:56:47 +0000
(11:56 +0800)
arch/arm/mach-rk30/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/cpufreq.c
b/arch/arm/mach-rk30/cpufreq.c
index a2500ff5f05268c409cacec9e1991577f5218829..600a8e19b3fad5c86983ea954430f57dbec09cb0 100755
(executable)
--- 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;