[U-Boot] [PATCH 07/10] arm: dt: hikey: Add optee node

Jens Wiklander jens.wiklander at linaro.org
Mon Aug 13 15:53:44 UTC 2018


Sync with 14e21cb8f811 ("arm64: dt: hikey: Add optee node"
from Linux kernel.

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