mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 10:24:51 +00:00
f02f6aaa8d
Currently, ipq807x only covers Qualcomm IPQ807x SoC-s. However, Qualcomm also has IPQ60xx and IPQ50xx SoC-s under the AX WiSoC-s and they share a lot of stuff with IPQ807x, especially IPQ60xx so to avoid duplicating kernel patches and everything lets make a common target with per SoC subtargets. Start doing that by renaming ipq807x to qualcommax so that dependencies on ipq807x target can be updated. Signed-off-by: Robert Marko <robimarko@gmail.com>
33 lines
968 B
Diff
33 lines
968 B
Diff
From 6463c10bfdbd684ec7ecfd408ea541283215a088 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Fri, 19 Aug 2022 00:06:28 +0200
|
|
Subject: [PATCH] arm64: dts: qcom: ipq8074: add A53 PLL node
|
|
|
|
Add the required node for A53 PLL which will be used to provide the CPU
|
|
clock via APCS for APSS scaling.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20220818220628.339366-9-robimarko@gmail.com
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -675,6 +675,14 @@
|
|
#mbox-cells = <1>;
|
|
};
|
|
|
|
+ a53pll: clock@b116000 {
|
|
+ compatible = "qcom,ipq8074-a53pll";
|
|
+ reg = <0x0b116000 0x40>;
|
|
+ #clock-cells = <0>;
|
|
+ clocks = <&xo>;
|
|
+ clock-names = "xo";
|
|
+ };
|
|
+
|
|
timer@b120000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|