mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
PD #98603(98115): Increase delay to 500us after reset PLL for lock error under high temperature
Change-Id: If553552029e9ec7e6ec5a743a6076f692e2a9e0d
This commit is contained in:
@@ -1221,7 +1221,7 @@ SETPLL:
|
||||
|
||||
aml_write_reg32(P_HHI_SYS_PLL_CNTL, cpu_clk_cntl);
|
||||
|
||||
udelay_scaled(100, dst / 1000000, 24 /*clk_get_rate_xtal*/);
|
||||
udelay_scaled(500, dst / 1000000, 24 /*clk_get_rate_xtal*/);
|
||||
|
||||
cntl = aml_read_reg32(P_HHI_SYS_PLL_CNTL);
|
||||
if((cntl & (1<<31)) == 0){
|
||||
|
||||
Reference in New Issue
Block a user