clk: rockchip: convert rk3399 pll type to use readl_relaxed_poll_timeout
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Wed, 29 Jan 2020 16:38:19 +0000 (17:38 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 15 Jun 2020 09:47:12 +0000 (11:47 +0200)
commitbf4237a188f872e535de8cbfc7903c1387b83b01
treef00e3b65997979a28d6559413cadff4d062d2d22
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
clk: rockchip: convert rk3399 pll type to use readl_relaxed_poll_timeout

Instead of open coding the polling of the lock status, use the handy
readl_relaxed_poll_timeout for this. As the pll locking is normally
blazingly fast and we don't want to incur additional delays, we're
not doing any sleeps similar to for example the imx clk-pllv4
and define a very safe but still short timeout of 1ms.

Suggested-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20200129163821.1547295-1-heiko@sntech.de
drivers/clk/rockchip/clk-pll.c