From 1d412417f5400769aad2df80526d211a1e9d7160 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Wed, 19 Feb 2014 15:42:28 +0800 Subject: 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 --- arch/arm/boot/dts/vf610.dtsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/boot/dts/vf610.dtsi') 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"; }; -- cgit v1.2.3