[PATCH v2 4/7] arm: dts: st: stm32mp157c-ed1: Add bootph-pre-ram tag on optee reserved memory

Mathieu Dubois-Briand mathieu.dubois-briand at bootlin.com
Wed Jul 15 07:22:21 PDT 2026


Add bootph-pre-ram property to bind optee reserved-memory during the SPL
phase.

Reported-by: Sashiko <sashiko-bot at kernel.org>
Link: https://sashiko.dev/#/patchset/20260710-mathieu-uboot-dts-import-v1-0-ffe0210e50c9@bootlin.com?part=2
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand at bootlin.com>
---
 arch/arm/boot/dts/st/stm32mp157c-ed1.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/st/stm32mp157c-ed1.dts b/arch/arm/boot/dts/st/stm32mp157c-ed1.dts
index 7da726035086..827480e9bf7d 100644
--- a/arch/arm/boot/dts/st/stm32mp157c-ed1.dts
+++ b/arch/arm/boot/dts/st/stm32mp157c-ed1.dts
@@ -34,6 +34,7 @@ reserved-memory {
 		#address-cells = <1>;
 		#size-cells = <1>;
 		ranges;
+		bootph-pre-ram;
 
 		mcuram2: mcuram2 at 10000000 {
 			compatible = "shared-dma-pool";
@@ -74,6 +75,7 @@ retram: retram at 38000000 {
 		optee at fe000000 {
 			reg = <0xfe000000 0x02000000>;
 			no-map;
+			bootph-pre-ram;
 		};
 	};
 

-- 
2.47.3




More information about the linux-arm-kernel mailing list