diff options
author | Peter Ujfalusi <peter.ujfalusi@linux.intel.com> | 2023-08-08 11:48:36 +0200 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2023-08-12 01:36:28 +0200 |
commit | 51e5e551af53259e0274b0cd4ff83d8351fb8c40 (patch) | |
tree | 25f5cee4442611c1566b810a02c942822b7447ca /scripts/Makefile.kcov | |
parent | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s... (diff) | |
download | linux-51e5e551af53259e0274b0cd4ff83d8351fb8c40.tar.xz linux-51e5e551af53259e0274b0cd4ff83d8351fb8c40.zip |
tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition
The patch which made it to the kernel somehow changed the
match condition from
DMI_MATCH(DMI_PRODUCT_NAME, "UPX-TGL01")
to
DMI_MATCH(DMI_PRODUCT_VERSION, "UPX-TGL")
Revert back to the correct match condition to disable the
interrupt mode on the board.
Cc: stable@vger.kernel.org # v6.4+
Fixes: edb13d7bb034 ("tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11")
Link: https://lore.kernel.org/lkml/20230524085844.11580-1-peter.ujfalusi@linux.intel.com/
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'scripts/Makefile.kcov')
0 files changed, 0 insertions, 0 deletions