On Wed, Jun 29, 2022 at 7:04 PM Lucas Stach <l.stach@xxxxxxxxxxxxxx> wrote: > > This patch adds device tree bindings for the NXP PCA9571, > a 8-bit I2C GPIO expander. > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml > index 338c5312a106..1acaa0a3d35a 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml > +++ b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml > @@ -13,6 +13,7 @@ properties: > compatible: > enum: > - nxp,pca9570 > + - nxp,pca9571 > > reg: > maxItems: 1 > -- > 2.30.2 > Applied, thanks! Bart