summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/tpm2
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen1-2/+2
This solves a compatibility issue with Linux device trees that contain TPMv2.x hardware. So it's easier to import DTS from upstream kernel when migrating board init from C code to DTS. The issue is that fallback binding is different between Linux and u-Boot. Linux: "tcg,tpm_tis-spi" U-Boot: "tis,tpm2-spi" As there are currently no in-tree users of the U-Boot binding, it makes sense to use Linux fallback binding. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
2018-05-26doc: device-tree-bindings: add Sandbox TPMv2.0 module infoMiquel Raynal1-0/+11
Add Sandbox TPMv2.0 module bindings. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
2018-05-26doc: device-tree-bindings: add TIS TPMv2.0 SPI module infoMiquel Raynal1-0/+18
Add TIS TPMv2.0 SPI module bindings. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>