forked from Openwrt-EcoNet/openwrt
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.32 All patches are automatically refreshed. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Tested-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/19027 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
55 lines
1.5 KiB
Diff
55 lines
1.5 KiB
Diff
From 52ebd52aa1906961142a2aba55d47a53b956847c Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Thu, 13 Mar 2025 16:33:58 +0530
|
|
Subject: [PATCH] arm64: dts: qcom: ipq9574: Add nsscc node
|
|
|
|
Add a node for the nss clock controller found on ipq9574 based devices.
|
|
|
|
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
|
|
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
|
|
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
|
|
Link: https://lore.kernel.org/r/20250313110359.242491-6-quic_mmanikan@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 29 +++++++++++++++++++++++++++
|
|
1 file changed, 29 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
@@ -1195,6 +1195,35 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ nsscc: clock-controller@39b00000 {
|
|
+ compatible = "qcom,ipq9574-nsscc";
|
|
+ reg = <0x39b00000 0x80000>;
|
|
+ clocks = <&xo_board_clk>,
|
|
+ <&cmn_pll NSS_1200MHZ_CLK>,
|
|
+ <&cmn_pll PPE_353MHZ_CLK>,
|
|
+ <&gcc GPLL0_OUT_AUX>,
|
|
+ <0>,
|
|
+ <0>,
|
|
+ <0>,
|
|
+ <0>,
|
|
+ <0>,
|
|
+ <0>,
|
|
+ <&gcc GCC_NSSCC_CLK>;
|
|
+ clock-names = "xo",
|
|
+ "nss_1200",
|
|
+ "ppe_353",
|
|
+ "gpll0_out",
|
|
+ "uniphy0_rx",
|
|
+ "uniphy0_tx",
|
|
+ "uniphy1_rx",
|
|
+ "uniphy1_tx",
|
|
+ "uniphy2_rx",
|
|
+ "uniphy2_tx",
|
|
+ "bus";
|
|
+ #clock-cells = <1>;
|
|
+ #reset-cells = <1>;
|
|
+ #interconnect-cells = <1>;
|
|
+ };
|
|
};
|
|
|
|
thermal-zones {
|