mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
29 lines
939 B
Diff
29 lines
939 B
Diff
From 89b34e0f57eaa18fc04ff038372c8d1facf55fa8 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Tue, 28 Dec 2021 21:07:17 +0100
|
|
Subject: [PATCH] arm64: dts: ipq8074: update APCS node due to clock support
|
|
|
|
APCS now has support for providing the APSS clocks as the child device
|
|
for IPQ8074, so update the DT node to reflect the expanded register space
|
|
as well as add #clock-cells property as it now provides the APSS clock
|
|
that will be used for CPU 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
|
|
@@ -965,8 +965,9 @@
|
|
|
|
apcs_glb: mailbox@b111000 {
|
|
compatible = "qcom,ipq8074-apcs-apps-global";
|
|
- reg = <0x0b111000 0x1000>;
|
|
+ reg = <0x0b111000 0x6000>;
|
|
|
|
+ #clock-cells = <1>;
|
|
#mbox-cells = <1>;
|
|
};
|
|
|