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

Commit 4743ced9 authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Shawn Guo
Browse files

ARM: dts: vfxxx: Enable DMA for DSPI2 and DSPI3



Enable DMA for DSPI2 and DSPI3 on Vybrid.

Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7f107887
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -573,6 +573,9 @@
				clocks = <&clks VF610_CLK_DSPI2>;
				clock-names = "dspi";
				spi-num-chipselects = <2>;
				dmas = <&edma1 0 10>,
					<&edma1 0 11>;
				dma-names = "rx", "tx";
				status = "disabled";
			};

@@ -585,6 +588,9 @@
				clocks = <&clks VF610_CLK_DSPI3>;
				clock-names = "dspi";
				spi-num-chipselects = <2>;
				dmas = <&edma1 0 12>,
					<&edma1 0 13>;
				dma-names = "rx", "tx";
				status = "disabled";
			};