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

Commit b3810c3d authored by Frank Li's avatar Frank Li Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl: enable dma for spi



Enable dma support for espci controller

Signed-off-by: default avatarFrank Li <Frank.Li@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 4b444bb8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -186,6 +186,8 @@
					interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
					clocks = <&clks 112>, <&clks 112>;
					clock-names = "ipg", "per";
					dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
					dma-names = "rx", "tx";
					status = "disabled";
				};

@@ -197,6 +199,8 @@
					interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
					clocks = <&clks 113>, <&clks 113>;
					clock-names = "ipg", "per";
					dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
					dma-names = "rx", "tx";
					status = "disabled";
				};

@@ -208,6 +212,8 @@
					interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
					clocks = <&clks 114>, <&clks 114>;
					clock-names = "ipg", "per";
					dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
					dma-names = "rx", "tx";
					status = "disabled";
				};

@@ -219,6 +225,8 @@
					interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
					clocks = <&clks 115>, <&clks 115>;
					clock-names = "ipg", "per";
					dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
					dma-names = "rx", "tx";
					status = "disabled";
				};