mbox series

[0/2] Set PCNoC clk always-on, with or without interconnect

Message ID 20230731-topic-pcnoc-v1-0-452dd36d11d7@linaro.org
Headers show
Series Set PCNoC clk always-on, with or without interconnect | expand

Message

Konrad Dybcio July 31, 2023, 12:20 p.m. UTC
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@linaro.org>
---
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,