Commit 1d412417 authored by Xiubo Li's avatar Xiubo Li Committed by Shawn Guo

ARM: dts: vf610: Add edma mux Tx and Rx support for SAI node.

This patch adds the SAI's edma mux Tx and Rx support.
Signed-off-by: default avatarXiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 8fbc8c07
......@@ -169,6 +169,9 @@ sai2: sai@40031000 {
interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks VF610_CLK_SAI2>;
clock-names = "sai";
dma-names = "tx", "rx";
dmas = <&edma0 0 21>,
<&edma0 0 20>;
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