drivers/pc80/tpm: Add Infineon SLB9672 ID

Allows the new Infineon TPM chip used on Clevo laptops to be recognized.

Change-Id: I2ee31b787d80c0b9c24c748b1b28906a22a1dee7
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75807
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Tim Crawford 2023-06-12 11:44:08 -06:00 committed by Martin L Roth
parent 50d3a64dcf
commit 6466281faf
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ static const struct device_name infineon_devices[] = {
#if CONFIG(TPM2) #if CONFIG(TPM2)
{0x001a, "SLB9665 TT 2.0"}, {0x001a, "SLB9665 TT 2.0"},
{0x001b, "SLB9670 TT 2.0"}, {0x001b, "SLB9670 TT 2.0"},
{0x001d, "SLB9672 TT 2.0"},
#else #else
{0x001a, "SLB9660 TT 1.2"}, {0x001a, "SLB9660 TT 1.2"},
{0x001b, "SLB9670 TT 1.2"}, {0x001b, "SLB9670 TT 1.2"},