Message ID | 20240531121801.2161154-2-festevam@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] gpio: pca953x: Add support for TI TCA9535 variant | expand |
On Fri, May 31, 2024 at 09:18:01AM -0300, Fabio Estevam wrote: > 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>
On Fri, May 31, 2024 at 2:18 PM Fabio Estevam <festevam@gmail.com> wrote: > 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> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
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
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> --- Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 + 1 file changed, 1 insertion(+)