Message ID | 20210115164658.187681-3-u.kleine-koenig@pengutronix.de |
---|---|
State | Accepted |
Commit | 600be6522a5ae94e3e121c71d6228807820e76f2 |
Headers | show |
Series | gpio: pca953x: Add support for pca9506 | expand |
On Fri, Jan 15, 2021 at 5:47 PM Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote: > The previous patch added support for this chip. Add its name to the list > of allowed compatibles. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml index f5ee23c2df60..cdd7744b8723 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml @@ -32,6 +32,7 @@ properties: - maxim,max7327 - nxp,pca6416 - nxp,pca9505 + - nxp,pca9506 - nxp,pca9534 - nxp,pca9535 - nxp,pca9536
The previous patch added support for this chip. Add its name to the list of allowed compatibles. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 + 1 file changed, 1 insertion(+)