diff mbox series

[RFC,2/6] arm: dts: imx8mp-phyboard-pollux: add optee load address

Message ID 20241024-phytec_imx8m_optee-v1-2-fc6b78bf9a9b@phytec.de
State RFC
Delegated to: Fabio Estevam
Headers show
Series imx8(m): add optee node to binman FIT image | expand

Commit Message

Yannic Moog Oct. 24, 2024, 7:03 a.m. UTC
The phyBOARD-Pollux expects 0x56000000 address to load optee.

Signed-off-by: Yannic Moog <y.moog@phytec.de>
---
 arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi b/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi
index b4efff27a70..2b741322ad7 100644
--- a/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi
@@ -14,6 +14,11 @@ 
 	};
 };
 
+&tee {
+	entry = <0x56000000>;
+	load = <0x56000000>;
+};
+
 &reg_usdhc2_vmmc {
 	bootph-pre-ram;
 };