arm: dt: hikey: Add optee node
authorJens Wiklander <jens.wiklander@linaro.org>
Tue, 25 Sep 2018 14:40:13 +0000 (16:40 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 7 Oct 2018 14:47:38 +0000 (10:47 -0400)
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>
arch/arm/dts/hi6220-hikey.dts

index 818525197508a0380abfcc162d65704b36f47cc7..24f09257af00ebd451de67b10468aa13a9dbbaa8 100644 (file)
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x40000000>;
        };
+
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
 };
 
 &uart2 {