@@ -25,6 +25,22 @@ properties:
spi-max-frequency: true
+ linux,sml-base:
+ $ref: /schemas/types.yaml#/definitions/uint64
+ description: |
+ 64-bit base address of the reserved memory allocated for the firmware
+ event log
+
+ linux,sml-size:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ description: size of the memory allocated for the firmware event log
+
+ powered-while-suspended:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description: |
+ Present when the TPM is left powered on between suspend and resume
+ (makes the suspend/resume callbacks do nothing).
+
compatible:
contains:
enum:
TPM devices may use some more properties than previously allowed by trivial-devices.yaml. Document those in trivial-tpms.yaml. Signed-off-by: Alexander Steffen <Alexander.Steffen@infineon.com> --- .../bindings/security/tpm/trivial-tpms.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)