From: Geert Uytterhoeven Date: Fri, 28 Jan 2022 09:07:35 +0000 (+0100) Subject: dt-bindings: timer: sifive,clint: Fix number of interrupts X-Git-Tag: v6.1-rc5~1714^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73b9f6389e5cc2980ca892b9cf048659e6a98d28;p=platform%2Fkernel%2Flinux-starfive.git dt-bindings: timer: sifive,clint: Fix number of interrupts The number of interrupts lacks an upper bound, thus assuming one, causing properly grouped "interrupts-extended" properties to be flagged as an error by "make dtbs_check". Fix this by adding the missing "maxItems", using the architectural maximum of 4095 interrupts. Signed-off-by: Geert Uytterhoeven Acked-by: Rob Herring Reviewed-by: Anup Patel Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/e6a4c5b20d2acb52125d7d6e6c7e3694d7cb182c.1643360652.git.geert@linux-m68k.org --- diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml index 8d5f468..fe4b73c 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -44,6 +44,7 @@ properties: interrupts-extended: minItems: 1 + maxItems: 4095 additionalProperties: false