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

From: Rob Herring (Arm)

Date: Mon Jul 20 2026 - 17:12:47 EST



On Mon, 13 Jul 2026 18:07:30 +0530, Bhargav Joshi wrote:
> Convert Texas Instruments DMA Crossbar from text to DT schema.
> Modify MAINTAINERS file to correctly point to new yaml file.
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> ---
> Changes in v3:
> - Add else block to validate dma-cells property better
> - Link to v2: https://lore.kernel.org/r/20260708-ti-dma-crossbar-v2-1-2ac0d6efde36@xxxxxxxxx
>
> Changes in v2:
> - Removed the unmatched `ti,omap4430-sdma` compatible string from the
> example block and trim down example
> - Restored dropped documentation regarding client dma-cells
> configuration into the top-level description block.
> - Updated the MAINTAINERS file to replace the old .txt reference with
> the new .yaml file path.
> - Added constraints on its inner tuple dimensions of
> ti,reserved-dma-request-ranges
> - Link to v1: https://lore.kernel.org/r/20260708-ti-dma-crossbar-v1-1-f62796428f13@xxxxxxxxx
> ---
> .../bindings/dma/ti,dra7-dma-crossbar.yaml | 94 ++++++++++++++++++++++
> .../devicetree/bindings/dma/ti-dma-crossbar.txt | 68 ----------------
> MAINTAINERS | 2 +-
> 3 files changed, 95 insertions(+), 69 deletions(-)
>

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>