dt-bindings: pinctrl: sunxi: Allow pinctrl with more interrupt banks

Recently introduced Allwinner A100 pinctrl block has 7 interrupts.

This trig a warning when running dtb_checks:
sun50i-a100-allwinner-perf1.dt.yaml: pinctrl@300b000: interrupts: [...] is too long
	From schema: .../allwinner,sun4i-a10-pinctrl.yaml

Fix this by allowing up to 7 interrupts.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201005190939.21016-1-peron.clem@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Clément Péron 2020-10-05 21:09:39 +02:00 committed by Linus Walleij
parent c6662da804
commit 4e787e0405
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ properties:
interrupts: interrupts:
minItems: 1 minItems: 1
maxItems: 5 maxItems: 7
description: description:
One interrupt per external interrupt bank supported on the One interrupt per external interrupt bank supported on the
controller, sorted by bank number ascending order. controller, sorted by bank number ascending order.