diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-05-15 11:57:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-25 20:13:00 -0400 |
commit | 31b106fc1c91e2a339523f6e703825512b4d23b9 (patch) | |
tree | ee617de441237f34b392f11da5b9cbc35009868c /doc | |
parent | 2bae712f7ab9525421662fbbbe1445b00cbee5b0 (diff) | |
download | u-boot-31b106fc1c91e2a339523f6e703825512b4d23b9.zip u-boot-31b106fc1c91e2a339523f6e703825512b4d23b9.tar.gz u-boot-31b106fc1c91e2a339523f6e703825512b4d23b9.tar.bz2 |
doc: device-tree-bindings: add Sandbox TPMv2.0 module info
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/tpm2/sandbox.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/tpm2/sandbox.txt b/doc/device-tree-bindings/tpm2/sandbox.txt new file mode 100644 index 0000000..3d0f727 --- /dev/null +++ b/doc/device-tree-bindings/tpm2/sandbox.txt @@ -0,0 +1,11 @@ +Sandbox TPMv2.0 bindings +------------------------ + +Required properties: +- compatible : Should be "sandbox,tpm2" + +Example: + + tpm { + compatible = "sandbox,tpm2"; + }; |