diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-04-08 02:38:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-04-14 11:08:17 -0400 |
commit | 771dc157e06d69fcece0b2c8a29b9010345d8e9a (patch) | |
tree | 69fb6b536735af812feca84a734d869e57844b47 /arch | |
parent | 8e797a7e4f588fb3b9cfe9860b00dcd3b14f8b60 (diff) |
ARM: 6032/1: ARM: MMCI: support 8bit mode on the ST Micro version
This adds support for an 8bit wide bus to the card (data lines
MCIDAT0 through 7 exist) on the ST Micro version and alters the
U300 platform to support this. Also add some ST_ prefix to the
ST-specific registers.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-u300/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/mmc.c b/arch/arm/mach-u300/mmc.c index 109f5a6e71c7..ef8032d2f5bf 100644 --- a/arch/arm/mach-u300/mmc.c +++ b/arch/arm/mach-u300/mmc.c | |||
@@ -105,7 +105,7 @@ int __devinit mmc_init(struct amba_device *adev) | |||
105 | mmci_card->mmc0_plat_data.gpio_wp = -1; | 105 | mmci_card->mmc0_plat_data.gpio_wp = -1; |
106 | mmci_card->mmc0_plat_data.gpio_cd = -1; | 106 | mmci_card->mmc0_plat_data.gpio_cd = -1; |
107 | mmci_card->mmc0_plat_data.capabilities = MMC_CAP_MMC_HIGHSPEED | | 107 | mmci_card->mmc0_plat_data.capabilities = MMC_CAP_MMC_HIGHSPEED | |
108 | MMC_CAP_SD_HIGHSPEED | MMC_CAP_4_BIT_DATA; | 108 | MMC_CAP_SD_HIGHSPEED | MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA; |
109 | 109 | ||
110 | mmcsd_device->platform_data = (void *) &mmci_card->mmc0_plat_data; | 110 | mmcsd_device->platform_data = (void *) &mmci_card->mmc0_plat_data; |
111 | 111 | ||