0006-v6.2-arm64-dts-qcom-ipq8074-add-clocks-to-APCS.patch 991 B

1234567891011121314151617181920212223242526272829
  1. From 0df592a0a1a3fff9133977192677aa915afc174f Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <[email protected]>
  3. Date: Fri, 19 Aug 2022 00:08:49 +0200
  4. Subject: [PATCH] arm64: dts: qcom: ipq8074: add clocks to APCS
  5. APCS now has support for providing the APSS clocks as the child device
  6. for IPQ8074.
  7. So, add the A53 PLL and XO clocks in order to use APCS as the CPU
  8. clocksource for APSS scaling.
  9. Signed-off-by: Robert Marko <[email protected]>
  10. Signed-off-by: Bjorn Andersson <[email protected]>
  11. Link: https://lore.kernel.org/r/[email protected]
  12. ---
  13. arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 ++
  14. 1 file changed, 2 insertions(+)
  15. --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  16. +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  17. @@ -680,6 +680,8 @@
  18. apcs_glb: mailbox@b111000 {
  19. compatible = "qcom,ipq8074-apcs-apps-global";
  20. reg = <0x0b111000 0x1000>;
  21. + clocks = <&a53pll>, <&xo>;
  22. + clock-names = "pll", "xo";
  23. #clock-cells = <1>;
  24. #mbox-cells = <1>;