aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNaveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>2011-04-27 15:04:02 +0530
committerPreetham-rao K <preetham.rao@stericsson.com>2011-04-27 15:00:29 +0200
commit8312a9c45e25dbabee713c1c04dcb0c6e76351df (patch)
treeae1f74b62b85c1e3e916f9ca01b2f1f4f2918ddf /arch
parent241ae20c3c028ebb721298ed930d2ff32e7b7116 (diff)
mach-ux500: sdi0: Enable 8 bit mode for MMC
Enable 8-bit mode in platform data for EMMC driver in U4500. ST-Ericsson Id: ER 332947 Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> Change-Id: I044fcf6cad697a7c0ab307009d8fe44d2f4af73a Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21729 Tested-by: Preetham-rao K <preetham.rao@stericsson.com> Reviewed-by: QATEST Reviewed-by: Ulf HANSSON <ulf.hansson@stericsson.com> Reviewed-by: Preetham-rao K <preetham.rao@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/board-u5500-sdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-u5500-sdi.c b/arch/arm/mach-ux500/board-u5500-sdi.c
index dfeeab42da4..495514938db 100644
--- a/arch/arm/mach-ux500/board-u5500-sdi.c
+++ b/arch/arm/mach-ux500/board-u5500-sdi.c
@@ -70,6 +70,7 @@ static struct mmci_platform_data u5500_sdi0_data = {
.disable = 500,
.pm_flags = MMC_PM_KEEP_POWER,
.capabilities = MMC_CAP_4_BIT_DATA |
+ MMC_CAP_8_BIT_DATA |
MMC_CAP_MMC_HIGHSPEED |
MMC_CAP_DISABLE,
.gpio_cd = -1,
@@ -105,7 +106,6 @@ static struct mmci_platform_data u5500_sdi1_data = {
.disable = 500,
.f_max = 50000000,
.capabilities = MMC_CAP_4_BIT_DATA |
- MMC_CAP_SD_HIGHSPEED |
MMC_CAP_MMC_HIGHSPEED |
MMC_CAP_DISABLE,
.gpio_cd = GPIO_SDMMC_CD,