public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] tpm_tis_spi: add missing attpm20p SPI device ID entry
@ 2024-06-21  9:50 Vitor Soares
  2024-06-22  9:07 ` Lukas Wunner
  2024-07-01 15:02 ` Jarkko Sakkinen
  0 siblings, 2 replies; 6+ messages in thread
From: Vitor Soares @ 2024-06-21  9:50 UTC (permalink / raw)
  To: Peter Huewe, Jarkko Sakkinen, Jason Gunthorpe, Lukas Wunner
  Cc: Vitor Soares, linux-integrity, linux-kernel, ivitro, stable

From: Vitor Soares <vitor.soares@toradex.com>

"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
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
---
 drivers/char/tpm/tpm_tis_spi_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/char/tpm/tpm_tis_spi_main.c b/drivers/char/tpm/tpm_tis_spi_main.c
index c9eca24bbad4..61b42c83ced8 100644
--- a/drivers/char/tpm/tpm_tis_spi_main.c
+++ b/drivers/char/tpm/tpm_tis_spi_main.c
@@ -318,6 +318,7 @@ static void tpm_tis_spi_remove(struct spi_device *dev)
 }
 
 static const struct spi_device_id tpm_tis_spi_id[] = {
+	{ "attpm20p", (unsigned long)tpm_tis_spi_probe },
 	{ "st33htpm-spi", (unsigned long)tpm_tis_spi_probe },
 	{ "slb9670", (unsigned long)tpm_tis_spi_probe },
 	{ "tpm_tis_spi", (unsigned long)tpm_tis_spi_probe },
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-01 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21  9:50 [PATCH v1] tpm_tis_spi: add missing attpm20p SPI device ID entry Vitor Soares
2024-06-22  9:07 ` Lukas Wunner
2024-07-01 15:02 ` Jarkko Sakkinen
2024-07-01 15:14   ` Francesco Dolcini
2024-07-01 15:27     ` Jarkko Sakkinen
2024-07-01 15:28       ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox