
Refreshed patches for qualcommb/ipq95xx by running make target/linux/refresh after creating a .config containing: CONFIG_TARGET_qualcommbe=y CONFIG_TARGET_qualcommbe_ipq95xx=y CONFIG_TARGET_qualcommbe_ipq95xx_DEVICE_qcom_rdp433=y Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/17822 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
52 lines
1.4 KiB
Diff
52 lines
1.4 KiB
Diff
From 03cbf5e97bf4cd863aff002cb5e6def43f2034d0 Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Fri, 25 Oct 2024 09:25:19 +0530
|
|
Subject: [PATCH 6/7] arm64: dts: qcom: ipq9574: Add nsscc node
|
|
|
|
Add a node for the nss clock controller found on ipq9574 based devices.
|
|
|
|
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
|
|
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 22 ++++++++++++++++++++++
|
|
1 file changed, 22 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
@@ -12,6 +12,8 @@
|
|
#include <dt-bindings/interconnect/qcom,ipq9574.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/reset/qcom,ipq9574-gcc.h>
|
|
+#include <dt-bindings/clock/qcom,ipq9574-nsscc.h>
|
|
+#include <dt-bindings/reset/qcom,ipq9574-nsscc.h>
|
|
#include <dt-bindings/thermal/thermal.h>
|
|
|
|
/ {
|
|
@@ -804,6 +806,26 @@
|
|
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-cells = <1>;
|
|
+ #reset-cells = <1>;
|
|
+ #power-domain-cells = <1>;
|
|
+ #interconnect-cells = <1>;
|
|
+ };
|
|
};
|
|
|
|
thermal-zones {
|