From 8789d9791d3bf817d739ca9aaed33b2f41f665b0 Mon Sep 17 00:00:00 2001 From: chenxing Date: Sun, 9 Jun 2013 18:15:42 +0800 Subject: [PATCH] rk3188: for version -t codec, fix pll maybe unlock in clk_disable_unuse --- arch/arm/mach-rk3188/clock_data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rk3188/clock_data.c b/arch/arm/mach-rk3188/clock_data.c index d36a5d3a3420..11e10c995898 100755 --- 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; } -- 2.34.1