Re: [PATCH v2 1/2] dt-bindings: dma: rework qcom,adm Documentation to yaml schema

From: Rob Herring
Date: Thu Jun 16 2022 - 17:32:39 EST


On Thu, Jun 16, 2022 at 01:54:03AM +0200, Christian Marangi wrote:
> Rework the qcom,adm Documentation to yaml schema.
> This is not a pure conversion since originally the driver has changed
> implementation for the #dma-cells and was wrong from the start.
> Also the driver now handles the common DMA clients implementation with
> the first cell that denotes the channel number and nothing else since
> the client will have to provide the crci information via other means.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> ---
> v2:
> - Change Sob to Christian Marangi
> - Add Bjorn in the maintainers list
>
> .../devicetree/bindings/dma/qcom,adm.yaml | 96 +++++++++++++++++++
> .../devicetree/bindings/dma/qcom_adm.txt | 61 ------------
> 2 files changed, 96 insertions(+), 61 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/dma/qcom,adm.yaml
> delete mode 100644 Documentation/devicetree/bindings/dma/qcom_adm.txt

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>