From: Xiubo Li Date: Wed, 19 Feb 2014 07:42:28 +0000 (+0800) Subject: ARM: dts: vf610: Add edma mux Tx and Rx support for SAI node. X-Git-Tag: next-20140306~107^2~5^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d412417f5400769aad2df80526d211a1e9d7160;p=karo-tx-linux.git 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: Xiubo Li Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 91a77570844f..f08df47e6a5e 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi @@ -169,6 +169,9 @@ 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"; };