Skip to content

Commit 401c151

Browse files
shimodayvinodkoul
authored andcommitted
dt-bindings: renesas,rcar-dmac: Add r8a779f0 support
Document the compatible value for the Direct Memory Access Controller blocks in the Renesas R-Car S4-8 (R8A779F0) SoC. The most visible difference with DMAC blocks on other R-Car SoCs (except R8A779A0) is the move of the per-channel registers to a separate register block. Signed-off-by: Yoshihiro Shimoda <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 2577394 commit 401c151

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ properties:
4444
- items:
4545
- const: renesas,dmac-r8a779a0 # R-Car V3U
4646

47+
- items:
48+
- const: renesas,dmac-r8a779f0 # R-Car S4-8
49+
- const: renesas,rcar-gen4-dmac
50+
4751
reg: true
4852

4953
interrupts:
@@ -118,6 +122,7 @@ if:
118122
contains:
119123
enum:
120124
- renesas,dmac-r8a779a0
125+
- renesas,rcar-gen4-dmac
121126
then:
122127
properties:
123128
reg:

0 commit comments

Comments
 (0)