dts: nxp2160ardb: add op-tee node
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sun, 17 May 2020 19:25:49 +0000 (22:25 +0300)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 17 May 2020 19:59:53 +0000 (21:59 +0200)
A defconfig is added on lx2160ardb which allows UEFI variable management
via OP-TEE. Enable the the node in the relevant DTS file.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/arm/dts/fsl-lx2160a.dtsi

index 17ecdc569b37b3060f9424c38bc590c5b070ab04..73d04db7e4022b36b65437316f5d162d60715da9 100644 (file)
                #size-cells = <0>;
                status = "disabled";
        };
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
 };