diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 09:18:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-16 09:18:56 -0400 |
commit | 9cb895203a46654f7ee6dd95be5c8ab05e4dfbd3 (patch) | |
tree | c9258ce6048dbc136eab1dbd93cd8e5544934778 /arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | |
parent | c622afb0874e57cd7e9df51855e35286fa46aab7 (diff) | |
parent | 9e696965065c43b59901e49e75435b1549fa55c7 (diff) |
Merge tag 'u-boot-stm32-20200616' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- fix boot with OP-TEE for stm32mp15 boards
Diffstat (limited to 'arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi b/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi index 84af7fa47b..a07c585415 100644 --- a/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi +++ b/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi @@ -21,6 +21,20 @@ st,stm32prog-gpios = <&gpioa 14 GPIO_ACTIVE_LOW>; }; + firmware { + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; + + reserved-memory { + optee@fe000000 { + reg = <0xfe000000 0x02000000>; + no-map; + }; + }; + led { red { label = "error"; |