Re: [PATCH v5] dt-bindings: dma: xlnx,axi-dma: Convert to DT schema
From: Rob Herring (Arm)
Date: Thu Mar 12 2026 - 11:20:38 EST
On Mon, 09 Mar 2026 09:04:44 +0530, Abin Joseph wrote:
> Convert the bindings document for Xilinx DMA.
> No changes to existing binding description.
>
> Signed-off-by: Abin Joseph <abin.joseph@xxxxxxx>
> ---
>
> v5:
> -> Use > instead of | for description
> -> Use unevaluatedProperties: false because ref to dma-controller.yaml
> -> Reorder the properties in the example
>
> v4:
> -> Fix the dt_binding_check error
>
> v3:
> -> Update the subject heading
> -> Remove examples for cdma and mcdma
> -> Fix the syntax issue for the clocks
> -> Squash the interrupt use case for axistream
> connected cases.
> -> Reorder the list as per the writing bindings
>
> v2:
> -> Add examples for each compatible
> -> Remove the note added
> -> Use 'enum' rather than 'anyOf' and 'const'
> -> Wrap 80 char per line for descriptions Add dma-controller yaml
> -> reference Add -| for paragraph separation Remove labels from the
> -> examples
>
> ---
> .../bindings/dma/xilinx/xilinx_dma.txt | 111 -------
> .../bindings/dma/xilinx/xlnx,axi-dma.yaml | 299 ++++++++++++++++++
> 2 files changed, 299 insertions(+), 111 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
> create mode 100644 Documentation/devicetree/bindings/dma/xilinx/xlnx,axi-dma.yaml
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>