提交 67794025 编写于 作者: A Anton Bondarenko 提交者: Shawn Guo

ARM: dts: imx6q: enable dma for ecspi5

Enable dma support for ecspi5 controller
Signed-off-by: NAnton Bondarenko <anton_bondarenko@mentor.com>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 8455dd0d
...@@ -95,6 +95,8 @@ ...@@ -95,6 +95,8 @@
clocks = <&clks IMX6Q_CLK_ECSPI5>, clocks = <&clks IMX6Q_CLK_ECSPI5>,
<&clks IMX6Q_CLK_ECSPI5>; <&clks IMX6Q_CLK_ECSPI5>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
dma-names = "rx", "tx";
status = "disabled"; status = "disabled";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册