aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/pca953x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c
index e9d6d5bdd300..cdb6574d25a6 100644
--- a/drivers/gpio/pca953x.c
+++ b/drivers/gpio/pca953x.c
@@ -36,6 +36,7 @@ static const struct i2c_device_id pca953x_id[] = {
36 { "pca9539", 16, }, 36 { "pca9539", 16, },
37 { "pca9554", 8, }, 37 { "pca9554", 8, },
38 { "pca9555", 16, }, 38 { "pca9555", 16, },
39 { "pca9556", 8, },
39 { "pca9557", 8, }, 40 { "pca9557", 8, },
40 41
41 { "max7310", 8, }, 42 { "max7310", 8, },