From: Nikolay Balandin Date: Wed, 6 Mar 2013 11:06:44 +0000 (+0400) Subject: Add TI TCA9554 to supported devices table X-Git-Tag: next-20130402~18^2^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=021304907bd06a92cee362c605bd4d9a83bb1927;p=karo-tx-linux.git Add TI TCA9554 to supported devices table Signed-off-by: Nikolay Balandin Acked-by: Kuninori Morimoto Signed-off-by: Linus Walleij --- 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);