From: Jens Wiklander Date: Tue, 25 Sep 2018 14:40:13 +0000 (+0200) Subject: arm: dt: hikey: Add optee node X-Git-Tag: v2018.11-rc2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7ab5630a42c4407570a77382320d38dc54ec54ae;p=oweals%2Fu-boot.git arm: dt: hikey: Add optee node Sync with 14e21cb8f811 ("arm64: dt: hikey: Add optee node" from Linux kernel. Reviewed-by: Simon Glass Signed-off-by: Jens Wiklander --- diff --git a/arch/arm/dts/hi6220-hikey.dts b/arch/arm/dts/hi6220-hikey.dts index 8185251975..24f09257af 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 {