gpio: 74x164: Add SPI device ID table
authorMark Brown <broonie@kernel.org>
Wed, 22 Sep 2021 16:17:36 +0000 (17:17 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Wed, 6 Oct 2021 11:01:45 +0000 (13:01 +0200)
commitbe4491838359e78e42e88db4ac479e21c5eda1e0
tree6a83788eb2c0d3f8cf119d464f7eb109c77bc73c
parent9e1ff307c779ce1f0f810c7ecce3d95bbae40896
gpio: 74x164: Add SPI device ID table

Currently autoloading for SPI devices does not use the DT ID table, it uses
SPI modalises. Supporting OF modalises is going to be difficult if not
impractical, an attempt was made but has been reverted, so ensure that
module autoloading works for this driver by adding a SPI device ID table.

Fixes: 96c8395e2166 ("spi: Revert modalias changes")
Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-74x164.c