Re: [RFC PATCH] clk: qcom: hfpll: return lock timeout from enable paths
From: Konrad Dybcio
Date: Tue Jun 23 2026 - 05:46:48 EST
On 6/23/26 8:05 AM, Pengpeng Hou wrote:
> The HFPLL enable helper waits for the lock bit but ignores the
> regmap_read_poll_timeout() result. The polling condition is also
> inconsistent with clk_hfpll_init(), which treats the lock bit being set
> as the locked state.
>
> Wait for the lock bit to become set, return timeout errors from the
> helper, and propagate those errors through clk_hfpll_enable() and
> clk_hfpll_set_rate() instead of enabling the output unconditionally.
>
> Signed-off-by: Pengpeng Hou <pengpeng@xxxxxxxxxxx>
> ---
This looks good on the surface..
+Herman, Anthony, Dmitry could you please give this a spin on 8x60?
Konrad