On Mon, 05 Oct 2020 21:09:39 +0200, Clément Péron wrote: > 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@xxxxxxxxx> > --- > .../bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>