diff options
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/pcf857x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/pcf857x.c b/drivers/gpio/pcf857x.c index 72f2449c1c87..29f19ce3e80f 100644 --- a/drivers/gpio/pcf857x.c +++ b/drivers/gpio/pcf857x.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | static const struct i2c_device_id pcf857x_id[] = { | 28 | static const struct i2c_device_id pcf857x_id[] = { |
29 | { "pcf8574", 8 }, | 29 | { "pcf8574", 8 }, |
30 | { "pcf8574a", 8 }, | ||
30 | { "pca8574", 8 }, | 31 | { "pca8574", 8 }, |
31 | { "pca9670", 8 }, | 32 | { "pca9670", 8 }, |
32 | { "pca9672", 8 }, | 33 | { "pca9672", 8 }, |