projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ded65
)
ARM: dts: vf610: i2c: Add eDMA support
author
Yuan Yao
<yao.yuan@freescale.com>
Thu, 27 Feb 2014 06:06:19 +0000
(14:06 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 27 Feb 2014 12:33:33 +0000
(20:33 +0800)
Add i2c dts node properties for eDMA support, them depend on the eDMA driver.
Signed-off-by: Yuan Yao <yao.yuan@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 c63d26d3aa8349ece4f0940255c43ee4ac169fc9..8048733676693de212e505aeae15ae5ad020c01c 100644
(file)
--- a/
arch/arm/boot/dts/vf610.dtsi
+++ b/
arch/arm/boot/dts/vf610.dtsi
@@
-285,6
+285,9
@@
interrupts =<0 71 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks VF610_CLK_I2C0>;
clock-names = "ipg";
+ dmas = <&edma0 0 50>,
+ <&edma0 0 51>;
+ dma-names = "rx","tx";
status = "disabled";
};