From: Ilias Apalodimas Date: Sun, 17 May 2020 19:25:49 +0000 (+0300) Subject: dts: nxp2160ardb: add op-tee node X-Git-Tag: v2020.07-rc3~13^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f44c7e281ef228d60625f5acdcbe68a847256bd;p=oweals%2Fu-boot.git dts: nxp2160ardb: add op-tee node 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 --- diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi index 17ecdc569b..73d04db7e4 100644 --- a/arch/arm/dts/fsl-lx2160a.dtsi +++ b/arch/arm/dts/fsl-lx2160a.dtsi @@ -428,4 +428,10 @@ #size-cells = <0>; status = "disabled"; }; + firmware { + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; };