[U-Boot] [PATCH v3 22/25] doc: device-tree-bindings: add Sandbox TPMv2.0 module info

Miquel Raynal miquel.raynal at bootlin.com
Wed May 2 08:59:31 UTC 2018


Add Sandbox TPMv2.0 module bindings.

Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
 doc/device-tree-bindings/tpm2/sandbox.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 doc/device-tree-bindings/tpm2/sandbox.txt

diff --git a/doc/device-tree-bindings/tpm2/sandbox.txt b/doc/device-tree-bindings/tpm2/sandbox.txt
new file mode 100644
index 0000000000..3d0f727cc4
--- /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";
+	};
-- 
2.14.1



More information about the U-Boot mailing list