[PATCH RFC 3/6] arm: dts: imx8mm-phygate-tauri-l: add optee load address

Yannic Moog y.moog at phytec.de
Thu Oct 24 09:03:37 CEST 2024


The phyGATE-Tauri-L expects 0x56000000 address to load optee.

Signed-off-by: Yannic Moog <y.moog at phytec.de>
---
 arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi b/arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi
index f59f119374f..a25bec7f498 100644
--- a/arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi
@@ -13,6 +13,11 @@
 	};
 };
 
+&tee {
+	entry = <0x56000000>;
+	load = <0x56000000>;
+};
+
 &pinctrl_uart3 {
 	bootph-pre-ram;
 };

-- 
2.43.0



More information about the U-Boot mailing list