mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Manually rebased: hack-5.15/780-usb-net-MeigLink_modem_support.patch Removed upstreamed: mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch All other patches automatically rebased. Signed-off-by: Liu Linhui <liulinhui36@gmail.com> Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
30 lines
893 B
Diff
30 lines
893 B
Diff
From 0a36a586424feabf9ce9436379f9d061b7844155 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Thu, 18 Aug 2022 23:25:00 +0200
|
|
Subject: [PATCH 110/137] arm64: dts: qcom: ipq8074: add clocks to APCS
|
|
|
|
APCS now has support for providing the APSS clocks as the child device
|
|
for IPQ8074.
|
|
|
|
So, add the A53 PLL and XO clocks in order to use APCS as the CPU
|
|
clocksource for APSS scaling.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -704,8 +704,9 @@
|
|
apcs_glb: mailbox@b111000 {
|
|
compatible = "qcom,ipq8074-apcs-apps-global";
|
|
reg = <0x0b111000 0x1000>;
|
|
-
|
|
#clock-cells = <1>;
|
|
+ clocks = <&a53pll>, <&xo>;
|
|
+ clock-names = "pll", "xo";
|
|
#mbox-cells = <1>;
|
|
};
|
|
|