* [PATCH] ARM: mach-shmobile: AG5EVM SDHI1 platform data update
@ 2011-06-09 8:54 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2011-06-09 8:54 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Add a flag for SDHI1 to enable SDIO IRQ, and remove DMA Engine
slave id:s to disable DMA as a workaround.
Tested on sh73a0/AG5EVM with a BCM4318-based SDIO card.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/board-ag5evm.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- 0001/arch/arm/mach-shmobile/board-ag5evm.c
+++ work/arch/arm/mach-shmobile/board-ag5evm.c 2011-06-09 17:58:37.000000000 +0900
@@ -382,10 +382,8 @@ void ag5evm_sdhi1_set_pwr(struct platfor
}
static struct sh_mobile_sdhi_info sh_sdhi1_platdata = {
- .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
- .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
.tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
- .tmio_caps = MMC_CAP_NONREMOVABLE,
+ .tmio_caps = MMC_CAP_NONREMOVABLE | MMC_CAP_SDIO_IRQ,
.tmio_ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34,
.set_pwr = ag5evm_sdhi1_set_pwr,
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-09 8:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 8:54 [PATCH] ARM: mach-shmobile: AG5EVM SDHI1 platform data update Magnus Damm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.