On Tue, Nov 21, 2023 at 10:48:43AM +0100, Lukas Wunner wrote: > A driver for Microsoft's firmware-based Trusted Platform Module (fTPM) > was merged with commit 09e574831b27 ("tpm/tpm_ftpm_tee: A driver for > firmware TPM running inside TEE"), but its devicetree bindings were not. > > This is the only remaining undocumented compatible string for a TPM, > so add a DT schema based on the patch linked below. > > Link: https://lore.kernel.org/all/20190409184958.7476-2-sashal@xxxxxxxxxx/ > Signed-off-by: Lukas Wunner <lukas@xxxxxxxxx> > --- > .../bindings/tpm/microsoft,ftpm.yaml | 48 +++++++++++++++++++ > 1 file changed, 48 insertions(+) > create mode 100644 Documentation/devicetree/bindings/tpm/microsoft,ftpm.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>