On Tue, 22 Apr 2025 18:39:33 +0100, Fabrizio Castro wrote: > Document the Renesas RZ/V2H(P) family of SoCs DMAC block. > The Renesas RZ/V2H(P) DMAC is very similar to the one found on the > Renesas RZ/G2L family of SoCs, but there are some differences: > * It only uses one register area > * It only uses one clock > * It only uses one reset > * Instead of using MID/IRD it uses REQ No > * It is connected to the Interrupt Control Unit (ICU) > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> > Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > --- > v5->v6: > * Reworked the description of `#dma-cells`. > * Reworked `renesas,icu` related descriptions. > * Added `reg:`->`minItems: 2` for `renesas,r7s72100-dmac`. > * Since the structure of the document remains the same, I have kept > the tags I have received. Please let me know if that's not okay. > v4->v5: > * Removed ACK No from the specification of the dma cell. > * I have kept the tags received as this is a minor change and the > structure remains the same as v4. Please let me know if this is > not okay. > v3->v4: > * No change. > v2->v3: > * No change. > v1->v2: > * Removed RZ/V2H DMAC example. > * Improved the readability of the `if` statement. > --- > .../bindings/dma/renesas,rz-dmac.yaml | 101 ++++++++++++++---- > 1 file changed, 82 insertions(+), 19 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>