diff options
author | Fabio Estevam <[email protected]> | 2024-05-31 09:18:01 -0300 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2024-06-03 10:24:09 +0200 |
commit | 8fce7727a70e037002800eb5b70995a7cd337c7a (patch) | |
tree | de4e43cf4ada3d12fefc009da906f1f7ccef93a2 | |
parent | 82466bb622e921fb1a3dc552c9e3d20b3c1da8ad (diff) |
dt-bindings: gpio: pca95xx: Document the TI TCA9535 variant
The TI TCA9535 variant has the same programming model as the NXP PCA9535.
Document the "ti,tca9535" compatible string.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml index 99febb8ea1b6..51e8390d6b32 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml @@ -66,6 +66,7 @@ properties: - ti,tca6408 - ti,tca6416 - ti,tca6424 + - ti,tca9535 - ti,tca9538 - ti,tca9539 - ti,tca9554 |