Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Apurva Nandan and committed by
Marc Zyngier
daa0b6d0 d9fc272b

+3
+3
Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
··· 58 58 1 = If intr supports edge triggered interrupts. 59 59 4 = If intr supports level triggered interrupts. 60 60 61 + reg: 62 + maxItems: 1 63 + 61 64 interrupt-controller: true 62 65 63 66 '#interrupt-cells':