dt-bindings: interrupt-controller: ti,sci-intr: Fix missing reg property in the binding
authorApurva Nandan <a-nandan@ti.com>
Fri, 19 Aug 2022 19:07:29 +0000 (00:37 +0530)
committerMarc Zyngier <maz@kernel.org>
Thu, 29 Sep 2022 10:13:43 +0000 (11:13 +0100)
Fix the following warning in dtbs_check
interrupt-controller@a00000: Unevaluated properties are not allowed ('reg' was unexpected)

Add the reg property in the schema.

Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220819190729.32358-4-a-nandan@ti.com
Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml

index e12aee4..c99cc73 100644 (file)
@@ -58,6 +58,9 @@ properties:
         1 = If intr supports edge triggered interrupts.
         4 = If intr supports level triggered interrupts.
 
+  reg:
+    maxItems: 1
+
   interrupt-controller: true
 
   '#interrupt-cells':