gpio: 74x164: Remove non-DT support
Commit 20bc4d5d56
(gpio: 74x164: Add support for the daisy-chaining) introduce check
for DT for the driver, so driver cannot be used without DT.
There are no in-tree users of this driver, so remove non-DT support
completely.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
f57f98a6c0
commit
61e7380403
@@ -714,10 +714,10 @@ config GPIO_MC33880
|
||||
|
||||
config GPIO_74X164
|
||||
tristate "74x164 serial-in/parallel-out 8-bits shift register"
|
||||
depends on SPI_MASTER
|
||||
depends on SPI_MASTER && OF
|
||||
help
|
||||
Platform driver for 74x164 compatible serial-in/parallel-out
|
||||
8-outputs shift registers. This driver can be used to provide access
|
||||
Driver for 74x164 compatible serial-in/parallel-out 8-outputs
|
||||
shift registers. This driver can be used to provide access
|
||||
to more gpio outputs.
|
||||
|
||||
comment "AC97 GPIO expanders:"
|
||||
|
Reference in New Issue
Block a user