On Thu, 29 Jul 2021 09:25:18 +0100, Biju Das wrote: > Document RZ/G2L DMAC bindings. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > --- > Note:- > This base series for this patch is Linux 5.14-rc2(or +) otherwise bots would > complain about check failures > > v4->v5: > * Passing legacy slave channel configuration parameters using dmaengine_slave_config is prohibited. > So started passing this parameters in DT instead, by encoding MID/RID values with channel parameters > in the #dma-cells. > * Updated the description for #dma-cells > * Removed Rb tag's of Geert and Rob since there is a modification in binding patch > v3->v4: > * Added Rob's Rb tag > * Described clocks and reset properties > v2->v3: > * Added error interrupt first. > * Updated clock and reset maxitems. > * Added Geert's Rb tag. > v1->v2: > * Made interrupt names in defined order > * Removed src address and channel configuration from dma-cells. > * Changed the compatibele string to "renesas,r9a07g044-dmac". > v1:- > * https://patchwork.kernel.org/project/linux-renesas-soc/patch/20210611113642.18457-2-biju.das.jz@xxxxxxxxxxxxxx/ > --- > --- > .../bindings/dma/renesas,rz-dmac.yaml | 130 ++++++++++++++++++ > 1 file changed, 130 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>