aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorNikolay Balandin <nbalandin@dev.rtsoft.ru>2013-03-06 06:06:44 -0500
committerLinus Walleij <linus.walleij@linaro.org>2013-03-27 11:04:57 -0400
commit021304907bd06a92cee362c605bd4d9a83bb1927 (patch)
tree4fa2263d0357612c77bee1e2b5e6b4b01c25fb81 /drivers/gpio
parent5c97d146f20bb6a82a621009c0c6f368e40a905f (diff)
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')
-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[] = {
45 { "pca9675", 16 }, 45 { "pca9675", 16 },
46 { "max7328", 8 }, 46 { "max7328", 8 },
47 { "max7329", 8 }, 47 { "max7329", 8 },
48 { "tca9554", 8 },
48 { } 49 { }
49}; 50};
50MODULE_DEVICE_TABLE(i2c, pcf857x_id); 51MODULE_DEVICE_TABLE(i2c, pcf857x_id);