diff mbox series

[7/7,v4] dts: nxp2160ardb: add op-tee node

Message ID 20200517192549.575903-8-ilias.apalodimas@linaro.org
State Accepted
Commit 7f44c7e281ef228d60625f5acdcbe68a847256bd
Headers show
Series EFI variable support via OP-TEE | expand

Commit Message

Ilias Apalodimas May 17, 2020, 7:25 p.m. UTC
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 at linaro.org>
---
 arch/arm/dts/fsl-lx2160a.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi
index 17ecdc569b37..73d04db7e402 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";
+		};
+	};
 };