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:
8d42438
)
rk29: clock: default armclk set to 300MHz, fix reboot problem
author
黄涛
<huangtao@rock-chips.com>
Tue, 22 Mar 2011 10:31:23 +0000
(18:31 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 22 Mar 2011 10:33:30 +0000
(18:33 +0800)
arch/arm/mach-rk29/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/clock.c
b/arch/arm/mach-rk29/clock.c
index 512cff76351061ed277a035431c9a3d5bd253b78..4032b4c0c2dac58e3519902e113f24fdf70e8738 100755
(executable)
--- a/
arch/arm/mach-rk29/clock.c
+++ b/
arch/arm/mach-rk29/clock.c
@@
-1702,7
+1702,7
@@
GATE_CLK(hclk_emmc, hclk_periph, HCLK_EMMC);
static int pd_vcodec_mode(struct clk *clk, int on)
{
if (on) {
- u32 gate
, gate2
;
+ u32 gate;
gate = cru_clkgate3_con_mirror;
gate |= (1 << CLK_GATE_ACLK_DDR_VEPU % 32);
@@
-2295,7
+2295,7
@@
static int clk_register(struct clk *clk)
return 0;
}
-static unsigned int __initdata armclk =
6
00 * MHZ;
+static unsigned int __initdata armclk =
3
00 * MHZ;
/*
* You can override arm_clk rate with armclk= cmdline option.