Commit 4e787e04 authored by Clément Péron's avatar Clément Péron Committed by Linus Walleij

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: default avatarClément Péron <peron.clem@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201005190939.21016-1-peron.clem@gmail.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c6662da8
...@@ -61,7 +61,7 @@ properties: ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment