aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2020-02-28 16:00:08 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2020-05-16 18:26:55 +0300
commit2205ff2444ae4a7fb0648111fc30811f2aa6e79b (patch)
treedc580dd67fb23102594c3a105a279b199c8be1ab
parentc33705cd1bc809fd31cb1c0a3723e711825fe950 (diff)
dts: nxp2160ardb: add op-tee nodestmm_optee
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>
-rw-r--r--arch/arm/dts/fsl-lx2160a.dtsi6
1 files changed, 6 insertions, 0 deletions
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";
+ };
+ };
};