diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-ag5evm.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ag5evm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c index 167a67c5ca54..5fde49da399a 100644 --- a/arch/arm/mach-shmobile/board-ag5evm.c +++ b/arch/arm/mach-shmobile/board-ag5evm.c | |||
@@ -342,6 +342,7 @@ static struct platform_device mipidsi0_device = { | |||
342 | static struct sh_mobile_sdhi_info sdhi0_info = { | 342 | static struct sh_mobile_sdhi_info sdhi0_info = { |
343 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, | 343 | .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX, |
344 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, | 344 | .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX, |
345 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, | ||
345 | .tmio_caps = MMC_CAP_SD_HIGHSPEED, | 346 | .tmio_caps = MMC_CAP_SD_HIGHSPEED, |
346 | .tmio_ocr_mask = MMC_VDD_27_28 | MMC_VDD_28_29, | 347 | .tmio_ocr_mask = MMC_VDD_27_28 | MMC_VDD_28_29, |
347 | }; | 348 | }; |
@@ -383,7 +384,7 @@ void ag5evm_sdhi1_set_pwr(struct platform_device *pdev, int state) | |||
383 | } | 384 | } |
384 | 385 | ||
385 | static struct sh_mobile_sdhi_info sh_sdhi1_info = { | 386 | static struct sh_mobile_sdhi_info sh_sdhi1_info = { |
386 | .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE, | 387 | .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE | TMIO_MMC_HAS_IDLE_WAIT, |
387 | .tmio_caps = MMC_CAP_NONREMOVABLE | MMC_CAP_SDIO_IRQ, | 388 | .tmio_caps = MMC_CAP_NONREMOVABLE | MMC_CAP_SDIO_IRQ, |
388 | .tmio_ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, | 389 | .tmio_ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, |
389 | .set_pwr = ag5evm_sdhi1_set_pwr, | 390 | .set_pwr = ag5evm_sdhi1_set_pwr, |