Commit e7e56da8359f7eb62dc0c63277a78855b2ff5af0

Authored by Clement Faure
Committed by Ye Li
1 parent 653c84e3e5

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 <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)

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

arch/arm/dts/fsl-imx8mq-evk.dts
... ... @@ -19,6 +19,13 @@
19 19 stdout-path = &uart1;
20 20 };
21 21  
  22 + firmware {
  23 + optee {
  24 + compatible = "linaro,optee-tz";
  25 + method = "smc";
  26 + };
  27 + };
  28 +
22 29 regulators {
23 30 compatible = "simple-bus";
24 31 #address-cells = <1>;