diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-07-22 15:16:16 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 10:02:02 +0900 |
commit | 7a2a7a371145e83ad60482313e8cd7501994df3a (patch) | |
tree | 175a4f448b1b48d3a4e3d2d9135e04d489dabfce /arch/arm/mach-shmobile | |
parent | 661a7335c4e47726df1e7264580209847509569a (diff) | |
download | blackbird-obmc-linux-7a2a7a371145e83ad60482313e8cd7501994df3a.tar.gz blackbird-obmc-linux-7a2a7a371145e83ad60482313e8cd7501994df3a.zip |
ARM: shmobile: ape6evm: add DMA support to MMCIF
Add DMA support for MMCIF on APE6EVM, using the shdma dmaengine driver.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | 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 7627385f516e..2de4b097aa1b 100644 --- a/arch/arm/mach-shmobile/board-ape6evm.c +++ b/arch/arm/mach-shmobile/board-ape6evm.c @@ -162,6 +162,8 @@ static struct regulator_consumer_supply vcc_sdhi1_consumers[] = /* MMCIF */ static const struct sh_mmcif_plat_data mmcif0_pdata __initconst = { .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, + .slave_id_tx = SHDMA_SLAVE_MMCIF0_TX, + .slave_id_rx = SHDMA_SLAVE_MMCIF0_RX, .ccs_unsupported = true, }; |