From: Uwe Kleine-König Date: Fri, 15 Jan 2021 16:46:58 +0000 (+0100) Subject: dt-bindings: gpio: pca953x: Increase allowed length for gpio-line-names X-Git-Tag: v5.12-rc1-dontuse~105^2~51 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9067b3014d45c6b18c242ba98a21403f4d471606;p=linux-block.git dt-bindings: gpio: pca953x: Increase allowed length for gpio-line-names Some supported chips (e.g. pca9505) support 40 lines. To be able to give each line a name the length of the gpio-line-names property must be allowed to contain up to 40 entries. Signed-off-by: Uwe Kleine-König Reviewed-by: Linus Walleij Signed-off-by: Bartosz Golaszewski --- diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml index cdd7744b8723..246bae53be8b 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml @@ -71,7 +71,7 @@ properties: gpio-line-names: minItems: 1 - maxItems: 32 + maxItems: 40 interrupts: maxItems: 1