From: Miquel Raynal Date: Tue, 15 May 2018 09:57:26 +0000 (+0200) Subject: doc: device-tree-bindings: add Sandbox TPMv2.0 module info X-Git-Tag: v2018.07-rc1~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31b106fc1c91e2a339523f6e703825512b4d23b9;p=platform%2Fkernel%2Fu-boot.git doc: device-tree-bindings: add Sandbox TPMv2.0 module info Add Sandbox TPMv2.0 module bindings. Signed-off-by: Miquel Raynal Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- 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"; + };