summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mm-u-boot.dtsi
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2023-08-24 12:01:42 -0700
committerStefano Babic <sbabic@denx.de>2023-10-16 08:46:01 +0200
commitbb6a4c55363c3a027fe3d6372ec9007664caf8f4 (patch)
treea7ec60779a2f257aa9d158cf4d1c82f9877f40ae /arch/arm/dts/imx8mm-u-boot.dtsi
parentd0dd76f3eb96731a466b8cce50f7ff4436eb7c35 (diff)
arm: dts: imx8mm: move firmware/optee node to common imx8mm-u-boot.dtsi
Move the firmware/optee node to the common imx8mm-u-boot.dtsi and protect it with an ifdef CONFIG_OPTEE as it is a meaningless node without the optee driver enabled. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/dts/imx8mm-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx8mm-u-boot.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi
index 6085128e24e..f7eb29c7364 100644
--- a/arch/arm/dts/imx8mm-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-u-boot.dtsi
@@ -7,6 +7,15 @@
binman: binman {
multiple-images;
};
+
+#ifdef CONFIG_OPTEE
+ firmware {
+ optee {
+ compatible = "linaro,optee-tz";
+ method = "smc";
+ };
+ };
+#endif
};
&soc {