This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Julius Bairaktaris <julius@bairaktaris.de> Link: https://github.com/openwrt/openwrt/pull/24031 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
22 lines
596 B
Diff
22 lines
596 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Date: Wed, 05 Feb 2025 12:12:47 +0400
|
|
Subject: [PATCH] arm64: dts: qcom: ipq5018: add tz_apps reserved memory region
|
|
|
|
Add tz_apps memory region needed for wifi to work.
|
|
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
---
|
|
--- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
@@ -136,6 +136,11 @@
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
+ tz_apps@4a400000 {
|
|
+ reg = <0x0 0x4a400000 0x0 0x400000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
bootloader@4a800000 {
|
|
reg = <0x0 0x4a800000 0x0 0x200000>;
|
|
no-map;
|