diff options
author | Nikolay Balandin <nbalandin@dev.rtsoft.ru> | 2013-03-06 15:06:44 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-27 19:04:57 +0400 |
commit | 021304907bd06a92cee362c605bd4d9a83bb1927 (patch) | |
tree | 4fa2263d0357612c77bee1e2b5e6b4b01c25fb81 /drivers/gpio/gpio-pcf857x.c | |
parent | 5c97d146f20bb6a82a621009c0c6f368e40a905f (diff) | |
download | linux-021304907bd06a92cee362c605bd4d9a83bb1927.tar.xz |
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.c | 1 |
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); |