Re: [PATCH v5 1/3] dt-bindings: dma: add schema for altera-msgdma
From: Rob Herring <robh@kernel.org>
Date: 2021-05-19 22:11:17
Also in:
dmaengine, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-05-19 22:11:17
Also in:
dmaengine, lkml
On Tue, 18 May 2021 15:23:34 +0200, Olivier Dautricourt wrote:
add yaml schema for Altera mSGDMA bindings in devicetree.
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Olivier Dautricourt <redacted>
---
Notes:
Changes in v2:
- fix reg size in dt example
- fix dt_binding check warning
- add list in MAINTAINERS entry
Changes from v2 to v3:
none
Changes from v3 to v4:
none
Changes from v4 to v5:
as per Rob's comments:
- change compatible field from 'altr,msgdma' to
'altr,socfpga-msgdma' to indicate that it's compatible
with altera socfpga family.
- describe each region separately
- remove maxItems/minItems for reg section.
as per Vinod's comments:
- separate MAINTAINERS editing in another commit
- remove description for #dma-cells
.../devicetree/bindings/dma/altr,msgdma.yaml | 59 +++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/altr,msgdma.yamlReviewed-by: Rob Herring <robh@kernel.org>