summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2022-01-28 10:07:35 +0100
committerRob Herring <robh@kernel.org>2022-02-28 13:55:28 -0600
commit73b9f6389e5cc2980ca892b9cf048659e6a98d28 (patch)
tree6f5a6c90b5f830db35c92fce0ed6e15eecd2dd5a
parent10d7e312497f13419e1f99d903961c7ec0739da3 (diff)
downloadlinux-stable-73b9f6389e5cc2980ca892b9cf048659e6a98d28.tar.gz
linux-stable-73b9f6389e5cc2980ca892b9cf048659e6a98d28.tar.bz2
linux-stable-73b9f6389e5cc2980ca892b9cf048659e6a98d28.zip
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 <geert@linux-m68k.org> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/e6a4c5b20d2acb52125d7d6e6c7e3694d7cb182c.1643360652.git.geert@linux-m68k.org
-rw-r--r--Documentation/devicetree/bindings/timer/sifive,clint.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml
index 8d5f4687add9..fe4b73c3f269 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