arm64: dt: poplar: add optee node
authorIgor Opaniuk <igor.opaniuk@linaro.org>
Thu, 17 Jan 2019 14:37:40 +0000 (16:37 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:54 +0000 (08:13 -0500)
As Poplar supports running TF-A with OP-TEE as BL32
payload, add op-tee node in DT, which enables usage of
OP-TEE driver (which provides an interface for requesting services
from OP-TEE).

Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/hi3798cv200-poplar.dts

index d30f6eb..606ba55 100644 (file)
                reg = <0x0 0x0 0x0 0x80000000>;
        };
 
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
+
        leds {
                compatible = "gpio-leds";