mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
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:
parent
05f667f0c6
commit
f1b44a9050
1 changed files with 0 additions and 12 deletions
12
fdts/tc0.dts
12
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue