From f1b44a9050fbc12e8c260107bfff2930476df062 Mon Sep 17 00:00:00 2001 From: Arunachalam Ganapathy Date: Thu, 27 May 2021 16:05:12 +0100 Subject: [PATCH] fix(tc0): remove ffa and optee device tree node As FF-A driver probes OP-TEE SP dynamically, these entries are no more required. Signed-off-by: Arunachalam Ganapathy Change-Id: Ica091722a7fad13e02662b9b2cd11ca1879b9f80 --- fdts/tc0.dts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/fdts/tc0.dts b/fdts/tc0.dts index a4f7a4dec..a1ecf8f65 100644 --- a/fdts/tc0.dts +++ b/fdts/tc0.dts @@ -430,16 +430,4 @@ }; }; - ffa { - compatible = "arm,ffa"; - conduit = "smc"; - mem_share_buffer = "tx"; - }; - - firmware { - optee { - compatible = "linaro,optee-tz"; - method = "ffa"; - }; - }; };