mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk3188: for version -t codec, fix pll maybe unlock in clk_disable_unuse
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user