dt-bindings: interrupt-controller: Update Loongson HTVEC description
authorHuacai Chen <chenhc@lemote.com>
Thu, 30 Jul 2020 08:51:26 +0000 (16:51 +0800)
committerMarc Zyngier <maz@kernel.org>
Thu, 30 Jul 2020 11:57:33 +0000 (12:57 +0100)
Loongson HTVEC support 8 parents interrupts in maximum, so update the
maxItems description.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Link: https://lore.kernel.org/r/1596099090-23516-2-git-send-email-chenhc@lemote.com
Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml

index e865cd8f96a9de7ad7cd67c06bcb42997947d815..87a74558204f99170984dc92f2dc278205b72834 100644 (file)
@@ -22,8 +22,8 @@ properties:
 
   interrupts:
     minItems: 1
-    maxItems: 4
-    description: Four parent interrupts that receive chained interrupts.
+    maxItems: 8
+    description: Eight parent interrupts that receive chained interrupts.
 
   interrupt-controller: true