Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a99de479 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

arm64: dts: renesas: r8a77990: Enable DMA for SCIF2



SCIF2 on R-Car E3 can be used with both DMAC1 and DMAC2.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d9fd4e58
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -993,7 +993,9 @@
				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
				 <&scif_clk>;
				 <&scif_clk>;
			clock-names = "fck", "brg_int", "scif_clk";
			clock-names = "fck", "brg_int", "scif_clk";

			dmas = <&dmac1 0x13>, <&dmac1 0x12>,
			       <&dmac2 0x13>, <&dmac2 0x12>;
			dma-names = "tx", "rx", "tx", "rx";
			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
			resets = <&cpg 310>;
			resets = <&cpg 310>;
			status = "disabled";
			status = "disabled";