aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>2011-04-14 13:01:01 +0530
committerPreetham-rao K <preetham.rao@stericsson.com>2011-04-14 10:09:11 +0200
commit6798139065c9c1f79714cab7745d55bcf81a3736 (patch)
tree4ab2562f87b087a281702471d3a3b267aacdab39
parent93b7be6360bc6b117e39887bc64ee23302c27786 (diff)
mmci: Enable the pooling mode for MMC
Enable the Polling mode for MMC ST-Ericsson Id: WP 257117 Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> Change-Id: Ic919fdac48093f80ebec07f66cc37c5791b10645 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/20802 Tested-by: Preetham-rao K <preetham.rao@stericsson.com> Reviewed-by: Preetham-rao K <preetham.rao@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-u5500-sdi.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-ux500/board-u5500-sdi.c b/arch/arm/mach-ux500/board-u5500-sdi.c
index 6f94c754e99..c2329a7d9bb 100644
--- a/arch/arm/mach-ux500/board-u5500-sdi.c
+++ b/arch/arm/mach-ux500/board-u5500-sdi.c
@@ -72,11 +72,6 @@ static struct mmci_platform_data u5500_sdi0_data = {
MMC_CAP_DISABLE,
.gpio_cd = -1,
.gpio_wp = -1,
-#ifdef CONFIG_STE_DMA40
- .dma_filter = stedma40_filter,
- .dma_rx_param = &sdi0_dma_cfg_rx,
- .dma_tx_param = &sdi0_dma_cfg_tx,
-#endif
};
static void u5500_sdi1_vdd_handler(struct device *dev, unsigned int vdd,
@@ -108,11 +103,6 @@ static struct mmci_platform_data u5500_sdi1_data = {
.gpio_cd = GPIO_SDMMC_CD,
.gpio_wp = -1,
.cd_invert = true,
-#ifdef CONFIG_STE_DMA40
- .dma_filter = stedma40_filter,
- .dma_rx_param = &sdi1_dma_cfg_rx,
- .dma_tx_param = &sdi1_dma_cfg_tx,
-#endif
};
static void sdi1_configure(void)
{