Commit 67794025 authored by Anton Bondarenko's avatar Anton Bondarenko Committed by Shawn Guo

ARM: dts: imx6q: enable dma for ecspi5

Enable dma support for ecspi5 controller
Signed-off-by: default avatarAnton Bondarenko <anton_bondarenko@mentor.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 8455dd0d
......@@ -95,6 +95,8 @@ ecspi5: ecspi@02018000 {
clocks = <&clks IMX6Q_CLK_ECSPI5>,
<&clks IMX6Q_CLK_ECSPI5>;
clock-names = "ipg", "per";
dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
dma-names = "rx", "tx";
status = "disabled";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment