diff options
-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 9525724be731..3f1ec1e6b7ae 100644 --- a/drivers/gpio/pcf857x.c +++ b/drivers/gpio/pcf857x.c | |||
@@ -28,6 +28,7 @@ | |||
28 | 28 | ||
29 | static const struct i2c_device_id pcf857x_id[] = { | 29 | static const struct i2c_device_id pcf857x_id[] = { |
30 | { "pcf8574", 8 }, | 30 | { "pcf8574", 8 }, |
31 | { "pcf8574a", 8 }, | ||
31 | { "pca8574", 8 }, | 32 | { "pca8574", 8 }, |
32 | { "pca9670", 8 }, | 33 | { "pca9670", 8 }, |
33 | { "pca9672", 8 }, | 34 | { "pca9672", 8 }, |