Skip to content

Commit 6779402

Browse files
Anton Bondarenkoshawnguo2
authored andcommitted
ARM: dts: imx6q: enable dma for ecspi5
Enable dma support for ecspi5 controller Signed-off-by: Anton Bondarenko <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 8455dd0 commit 6779402

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/imx6q.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
clocks = <&clks IMX6Q_CLK_ECSPI5>,
9696
<&clks IMX6Q_CLK_ECSPI5>;
9797
clock-names = "ipg", "per";
98+
dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
99+
dma-names = "rx", "tx";
98100
status = "disabled";
99101
};
100102
};

0 commit comments

Comments
 (0)