diff options
author | Max Filippov <max.filippov@cogentembedded.com> | 2013-08-24 17:36:38 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-07 21:02:02 -0400 |
commit | 5d6aa3435275a5308684f90c17424b055ef7f572 (patch) | |
tree | 3ac130078e893a742baa3de895d3cfd37cdca20d | |
parent | 7a2a7a371145e83ad60482313e8cd7501994df3a (diff) |
ARM: shmobile: bockw: enable DMA for SDHI0
Pass HPB-DMA slave IDs in the SDHI0 platform data to enable DMA in the SDHI
driver.
Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
[Sergei: removed #include <mach/dma.h>]
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index 330e84c14f8e..421cf1c229dc 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c | |||
@@ -196,6 +196,8 @@ static struct rcar_phy_platform_data usb_phy_platform_data __initdata = | |||
196 | 196 | ||
197 | /* SDHI */ | 197 | /* SDHI */ |
198 | static struct sh_mobile_sdhi_info sdhi0_info __initdata = { | 198 | static struct sh_mobile_sdhi_info sdhi0_info __initdata = { |
199 | .dma_slave_tx = HPBDMA_SLAVE_SDHI0_TX, | ||
200 | .dma_slave_rx = HPBDMA_SLAVE_SDHI0_RX, | ||
199 | .tmio_caps = MMC_CAP_SD_HIGHSPEED, | 201 | .tmio_caps = MMC_CAP_SD_HIGHSPEED, |
200 | .tmio_ocr_mask = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34, | 202 | .tmio_ocr_mask = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34, |
201 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, | 203 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, |