Message ID | 20220913182436.589713-1-nate.d@variscite.com |
---|---|
State | Accepted |
Commit | 7bbf66e1b7b76d2487ceed51522669ab64057c06 |
Headers | show |
Series | [v2,1/2] dt-bindings: gpio: pca95xx: add entry for pcal6408 | expand |
On Tue, Sep 13, 2022 at 8:25 PM Nate Drude <nate.d@variscite.com> wrote: > > The NXP PCAL6408 is the 8-bit version of PCAL6416. > > Signed-off-by: Nate Drude <nate.d@variscite.com> > --- > 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
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
The NXP PCAL6408 is the 8-bit version of PCAL6416. Signed-off-by: Nate Drude <nate.d@variscite.com> --- Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 + 1 file changed, 1 insertion(+)