]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: host: max3421-hcd: Add missing spi_device_id table
authorAlexander Stein <alexander.stein@mailbox.org>
Tue, 28 Jan 2025 19:51:13 +0000 (20:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Feb 2025 15:28:54 +0000 (16:28 +0100)
commit41d5e3806cf589f658f92c75195095df0b66f66a
tree53a3b860caedeb42f040b0da06058dd5995be027
parent7abbfe6e694ee8cdd9455436f17e9aec080d3ab6
usb: host: max3421-hcd: Add missing spi_device_id table

"maxim,max3421" DT compatible is missing its SPI device ID entry, not
allowing module autoloading and leading to the following message:
 "SPI driver max3421-hcd has no spi_device_id for maxim,max3421"

Fix this by adding the spi_device_id table.

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Link: https://lore.kernel.org/r/20250128195114.56321-1-alexander.stein@mailbox.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/max3421-hcd.c