ARM: dts: vf610: Add edma mux Tx and Rx support for SAI node.
authorXiubo Li <Li.Xiubo@freescale.com>
Wed, 19 Feb 2014 07:42:28 +0000 (15:42 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 20 Feb 2014 01:33:51 +0000 (09:33 +0800)
This patch adds the SAI's edma mux Tx and Rx support.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vf610.dtsi

index 91a7757..f08df47 100644 (file)
                                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";
                        };