Skip to content

Commit

Permalink
dt-bindings: gpio: pca953x: Increase allowed length for gpio-line-names
Browse files Browse the repository at this point in the history
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 <u.kleine-koenig@pengutronix.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
  • Loading branch information
Uwe Kleine-König authored and Bartosz Golaszewski committed Feb 15, 2021
1 parent 600be65 commit 9067b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ properties:

gpio-line-names:
minItems: 1
maxItems: 32
maxItems: 40

interrupts:
maxItems: 1
Expand Down

0 comments on commit 9067b30

Please sign in to comment.