|
@@ -0,0 +1,27 @@
|
|
|
+From 7e102b1eb2ca3eff7a6f33ebeab17825e6f70956 Mon Sep 17 00:00:00 2001
|
|
|
+From: Robert Marko <[email protected]>
|
|
|
+Date: Mon, 4 Nov 2024 22:01:24 +0100
|
|
|
+Subject: [PATCH] arm64: dts: qcom: ipq6018: 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.
|
|
|
+
|
|
|
+Signed-off-by: Robert Marko <[email protected]>
|
|
|
+---
|
|
|
+ arch/arm64/boot/dts/qcom/ipq6018.dtsi | 5 +++++
|
|
|
+ 1 file changed, 5 insertions(+)
|
|
|
+
|
|
|
+--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
|
++++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
|
+@@ -199,6 +199,11 @@
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
++ nss_region: memory@40000000 {
|
|
|
++ reg = <0x0 0x40000000 0x0 0x01000000>;
|
|
|
++ no-map;
|
|
|
++ };
|
|
|
++
|
|
|
+ bootloader@4a100000 {
|
|
|
+ reg = <0x0 0x4a100000 0x0 0x400000>;
|
|
|
+ no-map;
|