MLK-22570-1 mx8mqevk: Add OP-TEE Device Tree Bindings
authorClement Faure <clement.faure@nxp.com>
Fri, 30 Aug 2019 14:37:08 +0000 (11:37 -0300)
committerYe Li <ye.li@nxp.com>
Sat, 12 Oct 2019 01:56:01 +0000 (18:56 -0700)
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 <ye.li@nxp.com>
Signed-off-by: Clement Faure <clement.faure@nxp.com>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
(cherry picked from commit f762fe218ec60025e2dfd6173efaa826286ba297)

arch/arm/dts/fsl-imx8mq-evk.dts

index f2c6334..77b46f3 100644 (file)
                stdout-path = &uart1;
        };
 
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
+
        regulators {
                compatible = "simple-bus";
                #address-cells = <1>;