aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pcf857x.c
diff options
context:
space:
mode:
authorNikolay Balandin <nbalandin@dev.rtsoft.ru>2013-03-06 15:06:44 +0400
committerLinus Walleij <linus.walleij@linaro.org>2013-03-27 16:04:57 +0100
commit021304907bd06a92cee362c605bd4d9a83bb1927 (patch)
tree4fa2263d0357612c77bee1e2b5e6b4b01c25fb81 /drivers/gpio/gpio-pcf857x.c
parentgpio: viperboard: Remove duplicate code to set gpio->gpiob_val (diff)
downloadlinux-dev-021304907bd06a92cee362c605bd4d9a83bb1927.tar.xz
linux-dev-021304907bd06a92cee362c605bd4d9a83bb1927.zip
Add TI TCA9554 to supported devices table
Signed-off-by: Nikolay Balandin <nbalandin@dev.rtsoft.ru> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pcf857x.c')
-rw-r--r--drivers/gpio/gpio-pcf857x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c
index a19b7457a726..a965620c1c2a 100644
--- a/drivers/gpio/gpio-pcf857x.c
+++ b/drivers/gpio/gpio-pcf857x.c
@@ -45,6 +45,7 @@ static const struct i2c_device_id pcf857x_id[] = {
{ "pca9675", 16 },
{ "max7328", 8 },
{ "max7329", 8 },
+ { "tca9554", 8 },
{ }
};
MODULE_DEVICE_TABLE(i2c, pcf857x_id);