From: Ben Dooks <ben.dooks@codethink.co.uk>
To: ben.dooks@codethink.co.uk, linus.walleij@linaro.org,
gnurou@gmail.com, linux-gpio@vger.kernel.org
Subject: [PATCH 1/2] gpio: pca953x: add onsemi,pca9654 id
Date: Tue, 8 Dec 2015 10:19:25 +0000 [thread overview]
Message-ID: <1449569966-16816-2-git-send-email-ben.dooks@codethink.co.uk> (raw)
In-Reply-To: <1449569966-16816-1-git-send-email-ben.dooks@codethink.co.uk>
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>
---
Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 +
drivers/gpio/gpio-pca953x.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
index 13df993..6b4a98f 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
@@ -25,6 +25,7 @@ Required properties:
ti,tca6416
ti,tca6424
ti,tca9539
+ onsemi,pca9654
exar,xra1202
Example:
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
index 2d4892c..9847931 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", },
{ }
};
--
2.6.2
next prev parent reply other threads:[~2015-12-08 10:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-08 10:19 small pca953x update and fix for of Ben Dooks
2015-12-08 10:19 ` Ben Dooks [this message]
2015-12-09 7:05 ` [PATCH 1/2] gpio: pca953x: add onsemi,pca9654 id Linus Walleij
2015-12-09 9:33 ` Ben Dooks
2015-12-08 10:19 ` [PATCH 2/2] gpio: pca935x: fix of-only probed devices Ben Dooks
2015-12-09 7:07 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449569966-16816-2-git-send-email-ben.dooks@codethink.co.uk \
--to=ben.dooks@codethink.co.uk \
--cc=gnurou@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).