Re: [PATCH v2 2/2] dt-bindings: mmp-dma: convert to YAML

From: Rob Herring
Date: Fri Feb 02 2024 - 15:07:28 EST



On Wed, 31 Jan 2024 22:26:03 +0100, Duje Mihanović wrote:
> Convert the Marvell MMP DMA binding to YAML.
>
> The TXT binding mentions that the controller may have one IRQ per DMA
> channel. Examples of this were dropped in the YAML binding because of
> dt_binding_check complaints (either too many interrupt cells or
> interrupts) and the fact that this is not used in any of the in-tree
> device trees.
>
> Signed-off-by: Duje Mihanović <duje.mihanovic@xxxxxxxx>
> ---
> .../devicetree/bindings/dma/marvell,mmp-dma.yaml | 72 +++++++++++++++++++
> Documentation/devicetree/bindings/dma/mmp-dma.txt | 81 ----------------------
> 2 files changed, 72 insertions(+), 81 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>