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@xxxxxxx> > Signed-off-by: Olivier Dautricourt <olivier.dautricourt@xxxxxxxxxx> > --- > > 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.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>