mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
clk: rockchip: Temporarily fix for rk3588 pll
Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I15819f3611556e140ec80126b990408edf260c18
This commit is contained in:
@@ -1268,6 +1268,9 @@ static int rockchip_rk3588_pll_wait_lock(struct rockchip_clk_pll *pll)
|
||||
u32 pllcon;
|
||||
int ret;
|
||||
|
||||
for (ret = 0; ret < 1000; ret++)
|
||||
asm("nop");
|
||||
return 0;
|
||||
/*
|
||||
* Lock time typical 250, max 500 input clock cycles @24MHz
|
||||
* So define a very safe maximum of 1000us, meaning 24000 cycles.
|
||||
|
||||
Reference in New Issue
Block a user