[openwrt/openwrt] qualcommax: ipq6018: remove unused reserved memory

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 30 14:33:55 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fd123d6d13979c30b58262c4e0ee24e8cd7aba3a

commit fd123d6d13979c30b58262c4e0ee24e8cd7aba3a
Author: Coia Prant <coiaprant at gmail.com>
AuthorDate: Sat Jul 5 07:53:09 2025 +0000

    qualcommax: ipq6018: remove unused reserved memory
    
    Deleted useless content, since it is the same as the mainline kernel
    
    Signed-off-by: Coia Prant <coiaprant at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19300
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../files/arch/arm64/boot/dts/qcom/ipq6018-512m.dtsi   | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-512m.dtsi b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-512m.dtsi
index d46a852404..6ea3291026 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-512m.dtsi
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-512m.dtsi
@@ -2,22 +2,6 @@
 
 #include "ipq6018.dtsi"
 
-&rpm_msg_ram {
-	reg = <0x0 0x00060000 0x0 0x6000>;
-	no-map;
-};
-
-&tz {
-	reg = <0x0 0x4a600000 0x0 0x00400000>;
-	no-map;
-};
-
-&smem_region {
-	reg = <0x0 0x4aa00000 0x0 0x00100000>;
-	no-map;
-};
-
 &q6_region {
-	reg = <0x0 0x4ab00000 0x0 0x03700000>;
-	no-map;
+	reg = <0x0 0x4ab00000 0x0 0x3700000>;
 };




More information about the lede-commits mailing list