From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandru Gagniuc Date: Wed, 3 Feb 2021 09:21:11 -0600 Subject: [PATCH 5/5] ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb In-Reply-To: <20210203152111.1972017-1-mr.nuke.me@gmail.com> References: <20210203152111.1972017-1-mr.nuke.me@gmail.com> Message-ID: <20210203152111.1972017-5-mr.nuke.me@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add the "/reserved-memory/optee" node to the SPL devicetree. The purpose is to allow configuring TZC regions when booting OP-TEE. Signed-off-by: Alexandru Gagniuc --- arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi index 6787619290..9c4100c39c 100644 --- a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi +++ b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi @@ -30,9 +30,12 @@ }; reserved-memory { + u-boot,dm-pre-reloc; + optee at de000000 { reg = <0xde000000 0x02000000>; no-map; + u-boot,dm-pre-reloc; }; }; -- 2.26.2