diff mbox series

[U-Boot,v4,30/32] doc: device-tree-bindings: add Sandbox TPMv2.0 module info

Message ID 20180515095728.16572-31-miquel.raynal@bootlin.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Introduce TPMv2.0 support | expand

Commit Message

Miquel Raynal May 15, 2018, 9:57 a.m. UTC
Add Sandbox TPMv2.0 module bindings.

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

Comments

Tom Rini May 15, 2018, 4 p.m. UTC | #1
On Tue, May 15, 2018 at 11:57:26AM +0200, Miquel Raynal wrote:

> 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>
Tom Rini May 26, 2018, 3:56 p.m. UTC | #2
On Tue, May 15, 2018 at 11:57:26AM +0200, Miquel Raynal wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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";
+	};