You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 7eba41f ("tpm_tis_spi: Add missing SPI ID")
Fix this by adding the corresponding "attpm20p" spi_device_id entry.
Fixes: 3c45308 ("tpm_tis_spi: Add compatible string atmel,attpm20p")
Cc: [email protected] # +v6.9
Signed-off-by: Vitor Soares <[email protected]>
Reviewed-by: Lukas Wunner <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
0 commit comments