Re: [PATCH] clk: qcom: glymur: Fix the sec and tert phy pipe clock halt check
From: Konrad Dybcio
Date: Wed Oct 01 2025 - 05:22:12 EST
On 9/28/25 3:14 PM, Abel Vesa wrote:
> On Glymur platform, halt checking on gcc_usb3_sec_phy_pipe_clk and
> gcc_usb3_tert_phy_pipe_clk on enable reports them as being stuck as off,
> but since the gcc_usb3_prim_phy_pipe_clk clock halt check flag is marked
> as delay, means it probably it should be the same for sec and tert as
> well. So replace the voted flag with the delay one for these two clocks.
>
> Fixes: efe504300a17 ("clk: qcom: gcc: Add support for Global Clock Controller")
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> ---
Taniya updates all three to _SKIP in:
https://lore.kernel.org/linux-arm-msm/20250925-glymur_gcc_usb_fixes-v2-1-ee4619571efe@xxxxxxxxxxxxxxxx/
among other fixes
Konrad