]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: tpm: add powered-while-suspended binding documentation
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Tue, 27 Jun 2017 10:27:23 +0000 (12:27 +0200)
committerJames Morris <james.l.morris@oracle.com>
Sun, 24 Sep 2017 04:50:29 +0000 (21:50 -0700)
Add a new powered-while-suspended property to control the behavior of the
TPM suspend/resume.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Documentation/devicetree/bindings/security/tpm/tpm-i2c.txt

index 8cb638b7e89c399da1ad937e98720b0814b8c9e4..85c8216fc335865b8d9d61921e33b68f800e7b3a 100644 (file)
@@ -8,6 +8,12 @@ Required properties:
                    the firmware event log
 - linux,sml-size : size of the memory allocated for the firmware event log
 
+Optional properties:
+
+- powered-while-suspended: present when the TPM is left powered on between
+                           suspend and resume (makes the suspend/resume
+                           callbacks do nothing).
+
 Example (for OpenPower Systems with Nuvoton TPM 2.0 on I2C)
 ----------------------------------------------------------