2
0

0028-v6.7-arm64-dts-qcom-ipq8074-include-the-GPLL0-as-clock-pr.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. From 3b48a7d925a757b3fa53c04baaf68bb8313c3ffb Mon Sep 17 00:00:00 2001
  2. From: Kathiravan Thirumoorthy <[email protected]>
  3. Date: Thu, 14 Sep 2023 12:29:58 +0530
  4. Subject: [PATCH] arm64: dts: qcom: ipq8074: include the GPLL0 as clock
  5. provider for mailbox
  6. While the kernel is booting up, APSS PLL will be running at 800MHz with
  7. GPLL0 as source. Once the cpufreq driver is available, APSS PLL will be
  8. configured to the rate based on the opp table and the source also will
  9. be changed to APSS_PLL_EARLY. So allow the mailbox to consume the GPLL0,
  10. with this inclusion, CPU Freq correctly reports that CPU is running at
  11. 800MHz rather than 24MHz.
  12. Signed-off-by: Kathiravan Thirumoorthy <[email protected]>
  13. Reviewed-by: Konrad Dybcio <[email protected]>
  14. ---
  15. arch/arm64/boot/dts/qcom/ipq8074.dtsi | 4 ++--
  16. 1 file changed, 2 insertions(+), 2 deletions(-)
  17. --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  18. +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  19. @@ -685,8 +685,8 @@
  20. compatible = "qcom,ipq8074-apcs-apps-global",
  21. "qcom,ipq6018-apcs-apps-global";
  22. reg = <0x0b111000 0x1000>;
  23. - clocks = <&a53pll>, <&xo>;
  24. - clock-names = "pll", "xo";
  25. + clocks = <&a53pll>, <&xo>, <&gcc GPLL0>;
  26. + clock-names = "pll", "xo", "gpll0";
  27. #clock-cells = <1>;
  28. #mbox-cells = <1>;