diff options
author | Apurva Nandan <a-nandan@ti.com> | 2022-08-19 21:07:29 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-09-29 12:13:43 +0200 |
commit | daa0b6d0187599a574cb5cb392b259bda3dcf979 (patch) | |
tree | f2eacd66a348dedf1c137a5986b7fe572d5ad61d /Documentation | |
parent | dt-bindings: irqchip: ti,sci-inta: Fix warning for missing #interrupt-cells (diff) | |
download | linux-daa0b6d0187599a574cb5cb392b259bda3dcf979.tar.xz linux-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')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml | 3 |
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': |