Skip to content

Commit

Permalink
dt-bindings: interrupt-controller: ti,sci-intr: Fix missing reg prope…
Browse files Browse the repository at this point in the history
…rty 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
  • Loading branch information
Apurva Nandan authored and Marc Zyngier committed Sep 29, 2022
1 parent d9fc272 commit daa0b6d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit daa0b6d

Please sign in to comment.