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 <arunachalam.ganapathy@arm.com>
Change-Id: Ica091722a7fad13e02662b9b2cd11ca1879b9f80
This commit is contained in:
Arunachalam Ganapathy 2021-05-27 16:05:12 +01:00
parent 05f667f0c6
commit f1b44a9050
1 changed files with 0 additions and 12 deletions

View File

@ -430,16 +430,4 @@
};
};
ffa {
compatible = "arm,ffa";
conduit = "smc";
mem_share_buffer = "tx";
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "ffa";
};
};
};