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-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d412417f5400769aad2df80526d211a1e9d7160;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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";
};