Skip to content

Commit 9d64600

Browse files
committed
Merge tag 'tpmdd-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Pull tpm fix from Jarkko Sakkinen: "A fix to add a new entry to the deny for list for tpm_tis interrupts" * tag 'tpmdd-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd: tpm: tpm_tis: Disable interrupts for AEON UPX-i11
2 parents 27e462c + 95a9359 commit 9d64600

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/char/tpm/tpm_tis.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ static const struct dmi_system_id tpm_tis_dmi_table[] = {
138138
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L490"),
139139
},
140140
},
141+
{
142+
.callback = tpm_tis_disable_irq,
143+
.ident = "UPX-TGL",
144+
.matches = {
145+
DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
146+
},
147+
},
141148
{}
142149
};
143150

0 commit comments

Comments
 (0)