Re: [PATCH v3] dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema

From: Rob Herring (Arm)

Date: Mon Jun 15 2026 - 17:02:17 EST



On Fri, 12 Jun 2026 02:42:29 +0530, Bhargav Joshi wrote:
> Convert TI irq-crossbar binding from text format to DT schema.
>
> As part of conversion following changes are made:
> - Add '#interrupt-cells' as a required property which was missing in
> text binding
> - As irq-crossbar is interrupt-controller. Move binding from
> bindings/arm/omap to bindings/interrupt-controller
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> ---
> Changes in v3:
> - Fixed typo in property description
> - Link to v2: https://lore.kernel.org/r/20260611-crossbar-v2-1-231d4f88298e@xxxxxxxxx
>
> Changes in v2:
> - Dropped property name change and driver updates.
> - Link to v1: https://lore.kernel.org/r/20260606-crossbar-v1-0-f67f7cb9ee50@xxxxxxxxx
> ---
> .../devicetree/bindings/arm/omap/crossbar.txt | 55 -------------
> .../interrupt-controller/ti,irq-crossbar.yaml | 96 ++++++++++++++++++++++
> 2 files changed, 96 insertions(+), 55 deletions(-)
>

Applied, thanks!