summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-11-15 23:53:14 +0100
committerShawn Guo <shawnguo@kernel.org>2020-11-30 22:30:29 +0800
commitf90931aeefe3f3edd2556806bbe59df3a5a9790d (patch)
tree180945fbbfc21722c645d2126c9f4e72c0ed4396 /arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
parent588b17eda1356e06efa4b888d0af02c80a2788f6 (diff)
arm64: dts: ls1028a: add optee node
Add the optee node which can either be enabled by a specific board or by the bootloader. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index f166c6689452..7cb603497d65 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@ -90,6 +90,14 @@
clocks = <&osc_27m>;
};
+ firmware {
+ optee {
+ compatible = "linaro,optee-tz";
+ method = "smc";
+ status = "disabled";
+ };
+ };
+
reboot {
compatible ="syscon-reboot";
regmap = <&rst>;