diff options
Diffstat (limited to 'drivers/gpio/gpio-pca953x.c')
-rw-r--r-- | drivers/gpio/gpio-pca953x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index babb7bd2ba59..a0a5f9730aa7 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c | |||
@@ -947,7 +947,7 @@ static const struct of_device_id pca953x_dt_ids[] = { | |||
947 | { .compatible = "ti,tca6416", .data = OF_953X(16, PCA_INT), }, | 947 | { .compatible = "ti,tca6416", .data = OF_953X(16, PCA_INT), }, |
948 | { .compatible = "ti,tca6424", .data = OF_953X(24, PCA_INT), }, | 948 | { .compatible = "ti,tca6424", .data = OF_953X(24, PCA_INT), }, |
949 | 949 | ||
950 | { .compatible = "onsemi,pca9654", .data = OF_953X( 8, PCA_INT), }, | 950 | { .compatible = "onnn,pca9654", .data = OF_953X( 8, PCA_INT), }, |
951 | 951 | ||
952 | { .compatible = "exar,xra1202", .data = OF_953X( 8, 0), }, | 952 | { .compatible = "exar,xra1202", .data = OF_953X( 8, 0), }, |
953 | { } | 953 | { } |