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:
5306f77
)
rk2928: set suspend freq 600MHz
author
chenxing
<chenxing@rock-chips.com>
Tue, 18 Sep 2012 13:26:56 +0000
(21:26 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Tue, 18 Sep 2012 13:26:56 +0000
(21:26 +0800)
arch/arm/mach-rk2928/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/cpufreq.c
b/arch/arm/mach-rk2928/cpufreq.c
index 0f9c842d231eb187bb29936287f89f8da4ae1983..c379a36e06d7866e33545569c45f8a70b5e28f71 100644
(file)
--- 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;