[PATCH/RFC v3 3/7] ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT
Guennadi Liakhovetski
g.liakhovetski at gmx.de
Thu Jun 27 00:40:52 EST 2013
The MMCIF driver can use DMA for data transfer, add suitable
Device Tree bindings.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas at gmail.com>
---
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index b6f759e..348e973 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -149,6 +149,9 @@
bus-width = <8>;
vmmc-supply = <®_1p8v>;
status = "okay";
+ dmas = <&dma0 0xd1
+ &dma0 0xd2>;
+ dma-names = "tx", "rx";
};
&sdhi0 {
--
1.7.2.5
More information about the devicetree-discuss
mailing list