mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Revert "clk: rockchip: Temporarily fix for rk3588 pll"
This reverts commit fb7d7606a1.
Change-Id: I232636a08a2c034df5ac41d1f628ad55e4e59e36
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -1268,9 +1268,6 @@ 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