]> 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)
commitd0c81a11f22253d7fcbf8090acd1a44fcecbfcd8
tree6a83788eb2c0d3f8cf119d464f7eb109c77bc73c
parent87a799989d15ec119f470890374f7bd919def84c
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: 0ce7936ceffc ("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