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:
e535c3a
)
rk3188: for version -t codec, fix pll maybe unlock in clk_disable_unuse
author
chenxing
<chenxing@rock-chips.com>
Sun, 9 Jun 2013 10:15:42 +0000
(18:15 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Sun, 9 Jun 2013 10:15:42 +0000
(18:15 +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 d36a5d3a3420bd7661778073fcb9186cb4a14388..11e10c995898fb8acd4812238372a080c2c96438 100755
(executable)
--- a/
arch/arm/mach-rk3188/clock_data.c
+++ b/
arch/arm/mach-rk3188/clock_data.c
@@
-3588,6
+3588,7
@@
void __init _rk30_clock_data_init(unsigned long gpll, unsigned long cpll, int fl
if (0 != pll_flag) {
CLKDATA_DBG("CPLL=%lu, GPLL=%lu;CPLL CAN NOT LOCK, SET CPLL BY PASS, USE GPLL REPLACE CPLL\n",
cpll, gpll);
+ codec_pll_clk.mode = NULL;
cpll = 24 * MHZ;
gpll = 891 * MHZ;
}