Skip to content

Commit 8729d2a

Browse files
committed
qualcommax: ipq60xx: add NSS reserved memory
It seems that despite NSS not being supported in OpenWrt the memory it usually uses needs to be reserved anyway for stability reasons. Link: openwrt/openwrt#16928 Signed-off-by: Robert Marko <[email protected]>
1 parent ce0b843 commit 8729d2a

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
From 7e102b1eb2ca3eff7a6f33ebeab17825e6f70956 Mon Sep 17 00:00:00 2001
2+
From: Robert Marko <[email protected]>
3+
Date: Mon, 4 Nov 2024 22:01:24 +0100
4+
Subject: [PATCH] arm64: dts: qcom: ipq6018: add NSS reserved memory
5+
6+
It seems that despite NSS not being supported in OpenWrt the memory it
7+
usually uses needs to be reserved anyway for stability reasons.
8+
9+
Signed-off-by: Robert Marko <[email protected]>
10+
---
11+
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 5 +++++
12+
1 file changed, 5 insertions(+)
13+
14+
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
15+
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
16+
@@ -199,6 +199,11 @@
17+
no-map;
18+
};
19+
20+
+ nss_region: memory@40000000 {
21+
+ reg = <0x0 0x40000000 0x0 0x01000000>;
22+
+ no-map;
23+
+ };
24+
+
25+
bootloader@4a100000 {
26+
reg = <0x0 0x4a100000 0x0 0x400000>;
27+
no-map;

target/linux/qualcommax/patches-6.6/0906-arm64-dts-qcom-ipq6018-add-wifi-node.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Signed-off-by: Mantas Pucka <[email protected]>
1515

1616
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
1717
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
18-
@@ -809,6 +809,102 @@
18+
@@ -814,6 +814,102 @@
1919
};
2020
};
2121

target/linux/qualcommax/patches-6.6/0907-soc-qcom-fix-smp2p-ack-on-ipq6018.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Signed-off-by: Mantas Pucka <[email protected]>
1515

1616
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
1717
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
18-
@@ -1157,6 +1157,7 @@
18+
@@ -1162,6 +1162,7 @@
1919

2020
wcss_smp2p_out: master-kernel {
2121
qcom,entry-name = "master-kernel";

target/linux/qualcommax/patches-6.6/0909-arm64-dts-qcom-ipq6018-assign-QDSS_AT-clock-to-wifi-.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Signed-off-by: Mantas Pucka <[email protected]>
1313

1414
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
1515
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
16-
@@ -930,8 +930,8 @@
16+
@@ -935,8 +935,8 @@
1717
"wcss_reset",
1818
"wcss_q6_reset";
1919

0 commit comments

Comments
 (0)