Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628218
| From | Anders Darander <anders@chargestorm.se> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] gpio: DT bindings, move tca9554 from pcf857x to pca953x |
| Date | 2017-04-21 14:50 +0200 |
| Message-ID | <tyGaC-5Ri-29@gated-at.bofh.it> (permalink) |
| References | <tyGaC-5Ri-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The TCA9554 is similar to the PCA9554. Update the DT binding docs.
Signed-off-by: Anders Darander <anders@chargestorm.se>
---
Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 +
Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
index e63935710011..7f57271df2bc 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
@@ -26,6 +26,7 @@ Required properties:
ti,tca6416
ti,tca6424
ti,tca9539
+ ti,tca9554
onsemi,pca9654
exar,xra1202
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt b/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt
index ada4e2973323..7d3bd631d011 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt
@@ -25,7 +25,6 @@ Required Properties:
- "nxp,pcf8574": For the NXP PCF8574
- "nxp,pcf8574a": For the NXP PCF8574A
- "nxp,pcf8575": For the NXP PCF8575
- - "ti,tca9554": For the TI TCA9554
- reg: I2C slave address.
--
2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] gpio: move tca9554 from pcf857x to pca953x Anders Darander <anders@chargestorm.se> - 2017-04-21 14:50 +0200
[PATCH 2/2] gpio: DT bindings, move tca9554 from pcf857x to pca953x Anders Darander <anders@chargestorm.se> - 2017-04-21 14:50 +0200
Re: [PATCH 2/2] gpio: DT bindings, move tca9554 from pcf857x to pca953x Linus Walleij <linus.walleij@linaro.org> - 2017-04-24 18:40 +0200
Re: [PATCH 1/2] gpio: move tca9554 from pcf857x to pca953x Linus Walleij <linus.walleij@linaro.org> - 2017-04-24 18:30 +0200
csiph-web