aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500-sdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-sdi.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500-sdi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-sdi.c b/arch/arm/mach-ux500/board-mop500-sdi.c
index bf6ff31720d..8d3c0517319 100644
--- a/arch/arm/mach-ux500/board-mop500-sdi.c
+++ b/arch/arm/mach-ux500/board-mop500-sdi.c
@@ -114,7 +114,7 @@ static struct mmci_platform_data mop500_sdi0_data = {
.vcc = "v-mmc",
.vcard = "v-MMC-SD",
.vdd_handler = sdi0_vdd_handler,
- .disable = 500,
+ .disable = 5000,
.bus_resume_flags = MMC_NEEDS_UNSAFE_RESUME,
.f_max = 50000000,
.capabilities = MMC_CAP_4_BIT_DATA |
@@ -204,7 +204,7 @@ static struct stedma40_chan_cfg sdi2_dma_cfg_tx = {
static struct mmci_platform_data mop500_sdi2_data = {
.vcc = "v-mmc",
- .disable = 500,
+ .disable = 5000,
.bus_resume_flags = MMC_NEEDS_UNSAFE_RESUME,
.ocr_mask = MMC_VDD_165_195,
.f_max = 50000000,
@@ -245,7 +245,7 @@ static struct stedma40_chan_cfg sdi4_dma_cfg_tx = {
static struct mmci_platform_data mop500_sdi4_data = {
.vcc = "v-mmc",
.vcard = "v-eMMC",
- .disable = 500,
+ .disable = 5000,
.bus_resume_flags = MMC_NEEDS_UNSAFE_RESUME,
.f_max = 50000000,
.capabilities = MMC_CAP_4_BIT_DATA |