Message ID | 20180925144023.24555-10-jens.wiklander@linaro.org |
---|---|
State | Accepted |
Commit | 7ab5630a42c4407570a77382320d38dc54ec54ae |
Headers | show |
Series | AVB using OP-TEE | expand |
On Tue, Sep 25, 2018 at 04:40:13PM +0200, Jens Wiklander wrote: > Sync with 14e21cb8f811 ("arm64: dt: hikey: Add optee node" > from Linux kernel. > > Reviewed-by: Simon Glass <sjg@chromium.org> > Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Applied to u-boot/master, thanks! -- Tom
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 {