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:
28905e3
)
rk3188: add lpj_gpll init in clock_data, fix dma halt and sdio error
author
chenxing
<chenxing@rock-chips.com>
Mon, 13 May 2013 01:16:45 +0000
(09:16 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Mon, 13 May 2013 01:16:45 +0000
(09:16 +0800)
arch/arm/mach-rk3188/clock_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/clock_data.c
b/arch/arm/mach-rk3188/clock_data.c
index 689c8a10fe1918030477edb114a095edc48278d4..5159dd55b1b356a231060222c18c9dca8cf5bc46 100755
(executable)
--- a/
arch/arm/mach-rk3188/clock_data.c
+++ b/
arch/arm/mach-rk3188/clock_data.c
@@
-3471,6
+3471,8
@@
static void __init rk30_clock_common_init(unsigned long gpll_rate, unsigned long
{
//general
clk_set_rate_nolock(&general_pll_clk, gpll_rate);
+ lpj_gpll = CLK_LOOPS_RECALC(general_pll_clk.rate);
+
//code pll
clk_set_rate_nolock(&codec_pll_clk, cpll_rate);