From: Clement Faure Date: Fri, 30 Aug 2019 14:37:08 +0000 (-0300) Subject: MLK-22570-1 mx8mqevk: Add OP-TEE Device Tree Bindings X-Git-Tag: rel_imx_4.19.35_1.1.0~34 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=e7e56da8359f7eb62dc0c63277a78855b2ff5af0;p=u-boot.git MLK-22570-1 mx8mqevk: Add OP-TEE Device Tree Bindings Currently is not possible to use dek_blob command in mx8mq: u-boot=> dek_blob 0x40400000 0x40401000 128 Cannot get OP-TEE device Add OP-TEE Device Tree Bindings to fix this issue. Reviewed-by: Ye Li Signed-off-by: Clement Faure Signed-off-by: Breno Lima (cherry picked from commit f762fe218ec60025e2dfd6173efaa826286ba297) --- diff --git a/arch/arm/dts/fsl-imx8mq-evk.dts b/arch/arm/dts/fsl-imx8mq-evk.dts index f2c6334914..77b46f3b7f 100644 --- a/arch/arm/dts/fsl-imx8mq-evk.dts +++ b/arch/arm/dts/fsl-imx8mq-evk.dts @@ -19,6 +19,13 @@ stdout-path = &uart1; }; + firmware { + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; + regulators { compatible = "simple-bus"; #address-cells = <1>;