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, 21 Mar 2022 16:04:31 +0000 (16:04 +0000)
commitea85fb22e836d6457bf69665e65fe60ceae9eb51
tree7482193ee02ae9143c1034657bc2ce6945facda7
parentce47d0a1d87b78163ea7cc837089778c92778377
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