diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2015-12-08 10:19:25 +0000 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-09 08:04:38 +0100 |
commit | 9f49f6dd0473c8fab4522e2e2cb16e93ffb8f3f0 (patch) | |
tree | 5b416586fa000d3e03471ad1c423fe970c84dcb8 /drivers/gpio/gpio-pca953x.c | |
parent | a1eb9d5751220433998ae2e66216288161b1355b (diff) | |
download | op-kernel-dev-9f49f6dd0473c8fab4522e2e2cb16e93ffb8f3f0.zip op-kernel-dev-9f49f6dd0473c8fab4522e2e2cb16e93ffb8f3f0.tar.gz |
gpio: pca953x: add onsemi,pca9654 id
Add onsemi,pca9654 which is also compatible with the nxp,pca9524 as it
is an 8bit expander with an interrupt output.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pca953x.c')
-rw-r--r-- | drivers/gpio/gpio-pca953x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index ddbbbe5..cad6dc9 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c @@ -781,6 +781,8 @@ static const struct of_device_id pca953x_dt_ids[] = { { .compatible = "ti,tca6416", }, { .compatible = "ti,tca6424", }, + { .compatible = "onsemi,pca9654" }, + { .compatible = "exar,xra1202", }, { } }; |