This patch series adds support for rcar-dmac of R-Car S4-8. To use the rcar-dmac, we also need to enable the module clocks by the following patch: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20211221052423.597283-1-yoshihiro.shimoda.uh@xxxxxxxxxxx/ Yoshihiro Shimoda (3): dt-bindings: renesas,rcar-dmac: Add r8a779f0 support dmaengine: rcar-dmac: Add support for R-Car S4-8 arm64: dts: renesas: r8a779f0: Add sys-dmac nodes .../bindings/dma/renesas,rcar-dmac.yaml | 5 ++ arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 70 +++++++++++++++++++ drivers/dma/sh/rcar-dmac.c | 7 +- 3 files changed, 80 insertions(+), 2 deletions(-) -- 2.25.1