diff options
author | 2024-05-31 09:18:01 -0300 | |
---|---|---|
committer | 2024-06-03 10:24:09 +0200 | |
commit | 8fce7727a70e037002800eb5b70995a7cd337c7a (patch) | |
tree | de4e43cf4ada3d12fefc009da906f1f7ccef93a2 | |
parent | gpio: pca953x: Add support for TI TCA9535 variant (diff) | |
download | wireguard-linux-8fce7727a70e037002800eb5b70995a7cd337c7a.tar.xz wireguard-linux-8fce7727a70e037002800eb5b70995a7cd337c7a.zip |
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 <festevam@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240531121801.2161154-2-festevam@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-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 |