mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 893fda72edd2a0b3d92be41af417d315c9c5c253 Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Thu, 30 Jan 2025 16:23:03 +0100
|
|
Subject: [PATCH 3/3] arm64: dts: qcom: ipq9574: add NSSNOC clock to nss node
|
|
|
|
Add NSSNOC clock to nss node to attach the clock with PM clock and fix
|
|
the boot stall after ICC sync_state.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
index 14a719a8d661..500e8f6733b1 100644
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
@@ -843,7 +843,9 @@ nsscc: clock-controller@39b00000 {
|
|
<&pcsuniphy1 UNIPHY_NSS_TX_CLK>,
|
|
<&pcsuniphy2 UNIPHY_NSS_RX_CLK>,
|
|
<&pcsuniphy2 UNIPHY_NSS_TX_CLK>,
|
|
- <&gcc GCC_NSSCC_CLK>;
|
|
+ <&gcc GCC_NSSNOC_NSSCC_CLK>,
|
|
+ <&gcc GCC_NSSNOC_SNOC_CLK>,
|
|
+ <&gcc GCC_NSSNOC_SNOC_1_CLK>;
|
|
#clock-cells = <1>;
|
|
#reset-cells = <1>;
|
|
#power-domain-cells = <1>;
|
|
--
|
|
2.47.1
|
|
|