Re: [PATCH v2 1/2] dt-bindings: gpio: pca95xx: add entry for pcal6408

From: Bartosz Golaszewski
Date: Wed Sep 14 2022 - 08:17:57 EST


On Tue, Sep 13, 2022 at 8:25 PM Nate Drude <nate.d@xxxxxxxxxxxxx> wrote:
>
> The NXP PCAL6408 is the 8-bit version of PCAL6416.
>
> Signed-off-by: Nate Drude <nate.d@xxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml
> index 977b14db09b0..05a9fa92283f 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml
> +++ b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml
> @@ -47,6 +47,7 @@ properties:
> - nxp,pca9574
> - nxp,pca9575
> - nxp,pca9698
> + - nxp,pcal6408
> - nxp,pcal6416
> - nxp,pcal6524
> - nxp,pcal9535
> --
> 2.37.3
>

Both applied, thanks!

Bart