]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbeec297782bce561f75c22bfab9dd3ef38e2b2ac
tree6a83788eb2c0d3f8cf119d464f7eb109c77bc73c
parent64e4eef3989145850c26208b1f0481f118a4a894
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: 009adf84324f ("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