From f4bd30fffc8dd413808d98e41d3106b489673d51 Mon Sep 17 00:00:00 2001 From: "Wentao.Sun" Date: Thu, 18 May 2023 20:32:20 +0800 Subject: [PATCH] dts: C1 add optee node [1/1] PD#SWPL-121217 Problem: C1 kernel5.15 TEE bringup Solution: add optee node Verify: c1 + buildroot Change-Id: Ib2beb1e0f49c0e24ee10eea826293a8f085c1c2c Signed-off-by: Wentao.Sun --- arch/arm64/boot/dts/amlogic/meson-c1.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-c1.dtsi b/arch/arm64/boot/dts/amlogic/meson-c1.dtsi index b7d2b9155..5094e58b7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-c1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-c1.dtsi @@ -843,6 +843,11 @@ reserve_mem_size = <0x00300000>; }; + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + amlogic_unifykey: unifykey{ compatible = "amlogic,unifykey"; status = "okay";