[PATCH 1/1] Add TI TCA9554 to supported devices table

From: Nikolay Balandin
Date: Wed Mar 06 2013 - 06:06:23 EST


From: Nikolay Balandin <nbalandin@xxxxxxxxxxxxx>


Signed-off-by: Nikolay Balandin <nbalandin@xxxxxxxxxxxxx>
---
drivers/gpio/gpio-pcf857x.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c
index a19b745..a965620 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);
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/