mbox series

[0/2] clk: qcom: gcc-msm8917: Enable GPLL0_SLEEP_CLK_SRC

Message ID 20230802170317.205112-1-otto.pflueger@abscue.de (mailing list archive)
Headers show
Series clk: qcom: gcc-msm8917: Enable GPLL0_SLEEP_CLK_SRC | expand

Message

Otto Pflüger Aug. 2, 2023, 5:03 p.m. UTC
I left this clock disabled for some reason and this made GPLL0_EARLY
report a zero rate because it has this clock set as the parent clock.

This is fixed in this series by adding the clock to qcom,gcc-msm8917.h
and the clock list. The clock definition is also changed to use the
correct enable/disable operations for this type of clock.

Otto Pflüger (2):
  dt-bindings: clock: gcc-msm8917: Add definition for
    GPLL0_SLEEP_CLK_SRC
  clk: qcom: gcc-msm8917: Enable GPLL0_SLEEP_CLK_SRC

 drivers/clk/qcom/gcc-msm8917.c               | 3 ++-
 include/dt-bindings/clock/qcom,gcc-msm8917.h | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)


base-commit: 626c67169f9972fffcdf3bc3864de421f162ebf5

Comments

Bjorn Andersson Aug. 14, 2023, 3:27 a.m. UTC | #1
On Wed, 02 Aug 2023 19:03:15 +0200, Otto Pflüger wrote:
> I left this clock disabled for some reason and this made GPLL0_EARLY
> report a zero rate because it has this clock set as the parent clock.
> 
> This is fixed in this series by adding the clock to qcom,gcc-msm8917.h
> and the clock list. The clock definition is also changed to use the
> correct enable/disable operations for this type of clock.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: clock: gcc-msm8917: Add definition for GPLL0_SLEEP_CLK_SRC
      commit: 593576a369ec885275a1a368a6838844b78b4f35
[2/2] clk: qcom: gcc-msm8917: Enable GPLL0_SLEEP_CLK_SRC
      commit: d863492886930a1a6f7c0d9dda8f728077b540f0

Best regards,