Merge tag 'qcom-clk-fixes-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...
authorStephen Boyd <sboyd@kernel.org>
Mon, 22 Apr 2024 18:59:01 +0000 (11:59 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 22 Apr 2024 18:59:01 +0000 (11:59 -0700)
commitf8981b0d529513a78d30ae659b74269ae40fa2ab
tree514735b09dc4ffd1497e39ebcce1eba67c1f79eb
parentd3e8a91a848a5941e3c31ecebd6b2612b37e01a6
parent0d4ce2458cd7d1d66a5ee2f3c036592fb663d5bc
Merge tag 'qcom-clk-fixes-for-6.9' of https://git./linux/kernel/git/qcom/linux into clk-fixes

Pull Qualcomm clk driver fixes from Bjorn Andersson:

The introduction of support for the external VDD_GFX supply in SA8295P
ADP unearthed a lockdep problem in the GDSC code w.r.t regulator
supplies. Make the regulator optional, to avoid creating a dummy
regulator, on those boards that doesn't use this. While not solving the
root cause of the problem, it reduces the impact of the lockdep warning
- and it avoids wasting resources.

Refactoring of the RPM clock driver accidentally removed num_clks from
msm8976. Reintroduce this to get the clocks back.

* tag 'qcom-clk-fixes-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  clk: qcom: smd-rpm: Restore msm8976 num_clk
  clk: qcom: gdsc: treat optional supplies as optional