aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/interrupt-controller
diff options
context:
space:
mode:
authorApurva Nandan <a-nandan@ti.com>2022-08-20 00:37:29 +0530
committerMarc Zyngier <maz@kernel.org>2022-09-29 11:13:43 +0100
commitdaa0b6d0187599a574cb5cb392b259bda3dcf979 (patch)
treef2eacd66a348dedf1c137a5986b7fe572d5ad61d /Documentation/devicetree/bindings/interrupt-controller
parentdt-bindings: irqchip: ti,sci-inta: Fix warning for missing #interrupt-cells (diff)
downloadlinux-dev-daa0b6d0187599a574cb5cb392b259bda3dcf979.tar.xz
linux-dev-daa0b6d0187599a574cb5cb392b259bda3dcf979.zip
dt-bindings: interrupt-controller: ti,sci-intr: Fix missing reg property in the binding
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
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r--Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
index e12aee42b126..c99cc7323c71 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
@@ -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':