The PCNoC clock needs to always have some sort of a vote hanging onto it, so long as the AP is alive. Some platforms guarantee that through the interconnect driver, while others (that register the PCNoC clk with the clock framework) don't, which results in a big kaboom and force reboot when trying to suspend that clock. Solve the issue for the latter group. Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> --- Konrad Dybcio (2): clk: qcom: smd-rpm: Add a way to define bus clocks with rate and flags clk: qcom: smd-rpm: Set XO rate and CLK_IS_CRITICAL on PCNoC drivers/clk/qcom/clk-smd-rpm.c | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) --- base-commit: ec89391563792edd11d138a853901bce76d11f44 change-id: 20230731-topic-pcnoc-d819a4713254 Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>