git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a76363
)
dts: nxp2160ardb: add op-tee node
author
Ilias Apalodimas
<ilias.apalodimas@linaro.org>
Sun, 17 May 2020 19:25:49 +0000
(22:25 +0300)
committer
Heinrich 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-lx2160a.dtsi
b/arch/arm/dts/fsl-lx2160a.dtsi
index
17ecdc5
..
73d04db
100644
(file)
--- 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";
+ };
+ };
};