Re: [PATCH 2/2] dt-bindings: gpio: pca95xx: document new tca9538 chip

From: Bartosz Golaszewski
Date: Fri Aug 25 2023 - 07:18:50 EST


On Fri, Aug 25, 2023 at 1:16 AM Liam Beguin <liambeguin@xxxxxxxxx> wrote:
>
> The previous patch added support for this chip. Add its name to the list
> of allowed compatibles.
>
> Signed-off-by: Liam Beguin <liambeguin@xxxxxxxxx>
> ---
> 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 fa116148ee90..99febb8ea1b6 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,tca9538
> - ti,tca9539
> - ti,tca9554
>
>
> --
> 2.39.0
>

Applied with commit message tweaked.

Bart