mbox series

[0/3] Provide parent clocks to msm8226 mmcc

Message ID 20230509-msm8226-mmcc-parents-v1-0-83a2dfc986ab@z3ntu.xyz (mailing list archive)
Headers show
Series Provide parent clocks to msm8226 mmcc | expand

Message

Luca Weiss May 9, 2023, 9:16 p.m. UTC
Replace most usages of &xo_board with the &rpmcc variant, and also
provide the necessary parent clocks to the mmcc driver.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Luca Weiss (3):
      ARM: dts: qcom: msm8226: Use XO from rpmcc where possible
      dt-bindings: clock: qcom,mmcc: define clocks/clock-names for MSM8226
      ARM: dts: qcom: msm8226: Provide clocks to mmcc node

 .../devicetree/bindings/clock/qcom,mmcc.yaml       | 32 ++++++++++++++++++++--
 arch/arm/boot/dts/qcom-msm8226.dtsi                | 26 ++++++++++++++----
 2 files changed, 51 insertions(+), 7 deletions(-)
---
base-commit: f46950f720460ef8b8c5ca68e14a529dd1705832
change-id: 20230509-msm8226-mmcc-parents-24489498e5da

Best regards,

Comments

Bjorn Andersson June 13, 2023, 10:30 p.m. UTC | #1
On Tue, 09 May 2023 23:16:34 +0200, Luca Weiss wrote:
> Replace most usages of &xo_board with the &rpmcc variant, and also
> provide the necessary parent clocks to the mmcc driver.
> 
> 

Applied, thanks!

[1/3] ARM: dts: qcom: msm8226: Use XO from rpmcc where possible
      commit: e280427384269fba93c7ec0373afe87bc39d7945
[3/3] ARM: dts: qcom: msm8226: Provide clocks to mmcc node
      commit: 3f502e372b4d41db1642c0a1285b2cb52ab5f796

Best regards,