diff options
author | Igor Opaniuk <igor.opaniuk@linaro.org> | 2019-01-17 16:37:40 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-26 08:13:54 -0500 |
commit | 246fb9dd9c12f365bf3041547f2c4894dad4f1ab (patch) | |
tree | 74ceb9c72f72517466397698f3309feb309f98c7 | |
parent | 7fa6d336840ad92134b6c4d3304acc77edcc6851 (diff) |
arm64: dt: poplar: add optee node
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>
-rw-r--r-- | arch/arm/dts/hi3798cv200-poplar.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/hi3798cv200-poplar.dts b/arch/arm/dts/hi3798cv200-poplar.dts index d30f6eb8a5..606ba55c7d 100644 --- a/arch/arm/dts/hi3798cv200-poplar.dts +++ b/arch/arm/dts/hi3798cv200-poplar.dts @@ -31,6 +31,13 @@ reg = <0x0 0x0 0x0 0x80000000>; }; + firmware { + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; + leds { compatible = "gpio-leds"; |