spi: spidev: Restore loading from Device Tree
authorPhil Elwell <phil@raspberrypi.com>
Mon, 29 Nov 2021 12:14:49 +0000 (12:14 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:14 +0000 (11:33 +0000)
commit0136f6f63e0195fd8ff84a221910de65e8e83c9a
treee77d7943bc963b900f5a4171c7381769a8a5b75f
parenteccda6d484c57628efebd27a698e507caabbf5a8
spi: spidev: Restore loading from Device Tree

As happens occasionally, an upstream change has once again prevented
spidev from being loaded via Device Tree. We now need "spidev" to be
included in the new spi_device_id list, otherwise although the
spidev driver gets loaded no /dev/spidev*.* entries will appear.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/spi/spidev.c