Skip to content

Commit 97f2670

Browse files
geertuhorms
authored andcommitted
arm64: dts: renesas: r8a7796: Enable DMA for SCIF2
SCIF2 on R-Car M3-W can be used with both DMAC1 and DMAC2. Fixes: dbcae5e ("arm64: dts: r8a7796: Enable SCIF DMA") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 2bb7b67 commit 97f2670

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/renesas/r8a7796.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,9 @@
12621262
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
12631263
<&scif_clk>;
12641264
clock-names = "fck", "brg_int", "scif_clk";
1265+
dmas = <&dmac1 0x13>, <&dmac1 0x12>,
1266+
<&dmac2 0x13>, <&dmac2 0x12>;
1267+
dma-names = "tx", "rx", "tx", "rx";
12651268
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
12661269
resets = <&cpg 310>;
12671270
status = "disabled";

0 commit comments

Comments
 (0)