* [PATCH v4 2/2] ARM: shmobile: ape6evm: add DMA support to MMCIF
@ 2013-07-10 11:16 Guennadi Liakhovetski
0 siblings, 0 replies; only message in thread
From: Guennadi Liakhovetski @ 2013-07-10 11:16 UTC (permalink / raw)
To: linux-sh
Add DMA support for MMCIF on APE6EVM, using the shdma dmaengine driver.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
---
v4: extracted from "[PATCH v3 2/7] ARM: shmobile: ape6evm: add MMCIF
support"
arch/arm/mach-shmobile/board-ape6evm.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c
index ccf8b04..e9e2108e 100644
--- a/arch/arm/mach-shmobile/board-ape6evm.c
+++ b/arch/arm/mach-shmobile/board-ape6evm.c
@@ -75,6 +75,8 @@ static struct regulator_consumer_supply fixed3v3_power_consumers[] /* MMCIF */
static struct sh_mmcif_plat_data mmcif0_pdata = {
.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
+ .slave_id_tx = SHDMA_SLAVE_MMCIF0_TX,
+ .slave_id_rx = SHDMA_SLAVE_MMCIF0_RX,
};
static struct resource mmcif0_resources[] = {
--
1.7.2.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-10 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 11:16 [PATCH v4 2/2] ARM: shmobile: ape6evm: add DMA support to MMCIF Guennadi Liakhovetski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).