projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbc8c0
)
ARM: dts: vf610: Add edma mux Tx and Rx support for SAI node.
author
Xiubo Li
<Li.Xiubo@freescale.com>
Wed, 19 Feb 2014 07:42:28 +0000
(15:42 +0800)
committer
Shawn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/vf610.dtsi
b/arch/arm/boot/dts/vf610.dtsi
index 91a77570844fea281ba91e148a974fb6cd24370a..f08df47e6a5ec7a38b1797ca2b65beec8ac1e0bd 100644
(file)
--- 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";
};