2020-06-15 13:27:08

by Jan Kiszka

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: gpio: pca953x: add nxp,pcal9535

From: Jan Kiszka <[email protected]>

The NXP PCAL9535 is an extended variant of the PCA9535.

Signed-off-by: Jan Kiszka <[email protected]>
---
Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
index dab537c20def..3126c3817e2a 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
@@ -19,6 +19,7 @@ Required properties:
nxp,pca9698
nxp,pcal6416
nxp,pcal6524
+ nxp,pcal9535
nxp,pcal9555a
maxim,max7310
maxim,max7312
--
2.26.2


2020-06-16 08:52:34

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: gpio: pca953x: add nxp,pcal9535

pon., 15 cze 2020 o 15:22 Jan Kiszka <[email protected]> napisaƂ(a):
>
> From: Jan Kiszka <[email protected]>
>
> The NXP PCAL9535 is an extended variant of the PCA9535.
>
> Signed-off-by: Jan Kiszka <[email protected]>
> ---
> Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
> index dab537c20def..3126c3817e2a 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
> +++ b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
> @@ -19,6 +19,7 @@ Required properties:
> nxp,pca9698
> nxp,pcal6416
> nxp,pcal6524
> + nxp,pcal9535
> nxp,pcal9555a
> maxim,max7310
> maxim,max7312
> --
> 2.26.2
>

Patch applied with Andy's review tag.

Bart