[U-Boot] [PATCH v4 09/19] arm: dt: hikey: Add optee node
Jens Wiklander
jens.wiklander at linaro.org
Tue Sep 25 14:40:13 UTC 2018
Sync with 14e21cb8f811 ("arm64: dt: hikey: Add optee node"
from Linux kernel.
Reviewed-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander at linaro.org>
---
arch/arm/dts/hi6220-hikey.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/dts/hi6220-hikey.dts b/arch/arm/dts/hi6220-hikey.dts
index 818525197508..24f09257af00 100644
--- a/arch/arm/dts/hi6220-hikey.dts
+++ b/arch/arm/dts/hi6220-hikey.dts
@@ -31,6 +31,13 @@
device_type = "memory";
reg = <0x0 0x0 0x0 0x40000000>;
};
+
+ firmware {
+ optee {
+ compatible = "linaro,optee-tz";
+ method = "smc";
+ };
+ };
};
&uart2 {
--
2.17.1
More information about the U-Boot
mailing list