Message ID | 20220930170312.13419-2-Alexander.Steffen@infineon.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Clean up TPM compatibles | expand |
diff --git a/Documentation/devicetree/bindings/security/tpm/trivial-tpms.yaml b/Documentation/devicetree/bindings/security/tpm/trivial-tpms.yaml index ebaa36f0875e..983c0a7cc6e1 100644 --- a/Documentation/devicetree/bindings/security/tpm/trivial-tpms.yaml +++ b/Documentation/devicetree/bindings/security/tpm/trivial-tpms.yaml @@ -76,9 +76,13 @@ properties: - socionext,synquacer-tpm-mmio # STMicroelectronics ST33TPHF2xSPI TPM 2.0 - st,st33htpm-spi + # TCG TIS-compliant I2C TPM (generic fallback) + - tcg,tpm-tis-i2c # TCG TIS-compliant MMIO TPM (generic fallback) - tcg,tpm-tis-mmio # TCG TIS-compliant SPI TPM (generic fallback) + - tcg,tpm-tis-spi + # TCG TIS-compliant SPI TPM (generic fallback, deprecated) - tcg,tpm_tis-spi # Winbond WPCT301 I2C TPM 1.2 - winbond,wpct301
Also, use the same spelling for all of them and mark the one exception as deprecated. Signed-off-by: Alexander Steffen <Alexander.Steffen@infineon.com> --- .../devicetree/bindings/security/tpm/trivial-tpms.yaml | 4 ++++ 1 file changed, 4 insertions(+)