Re: [PATCH 1/6] clk: qcom: gcc-nord: mark PCIe link clocks as critical
From: Konrad Dybcio
Date: Wed Jul 01 2026 - 09:29:21 EST
On 6/23/26 12:54 PM, Taniya Das wrote:
> The PCIe link AHB and XO clocks must remain enabled for proper
> operation. Representing them as clk_branch instances allows them
> to be gated, which is undesirable.
>
> Remove their clk_branch definitions and register their CBCRs as
> critical clocks instead so they remain enabled.
>
> This matches the handling of similar always-on clocks in other
> Qualcomm clock drivers.
>
> Fixes: a4f780cd5c7a ("clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC")
> Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad