]> git.ipfire.org Git - thirdparty/linux.git/commit
tpm_tis_spi: add missing attpm20p SPI device ID entry
authorVitor Soares <vitor.soares@toradex.com>
Fri, 21 Jun 2024 09:50:45 +0000 (10:50 +0100)
committerJarkko Sakkinen <jarkko@kernel.org>
Mon, 1 Jul 2024 15:50:02 +0000 (15:50 +0000)
commit0543f29408a151c1c4a12e5da07ec45c2779b9b8
tree53ce87fcbc34e3da6d22766c1c102cf31fa9e7ca
parent5d8e2971e817bb64225fc0b6327a78752f58a9aa
tpm_tis_spi: add missing attpm20p SPI device ID entry

"atmel,attpm20p" DT compatible is missing its SPI device ID entry, not
allowing module autoloading and leading to the following message:

  "SPI driver tpm_tis_spi has no spi_device_id for atmel,attpm20p"

Based on:
  commit 7eba41fe8c7b ("tpm_tis_spi: Add missing SPI ID")

Fix this by adding the corresponding "attpm20p" spi_device_id entry.

Fixes: 3c45308c44ed ("tpm_tis_spi: Add compatible string atmel,attpm20p")
Cc: stable@vger.kernel.org # +v6.9
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
Reviewed-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_tis_spi_main.c