diff options
author | Vipin Bhandari <vipin.bhandari@ti.com> | 2010-03-10 03:33:02 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-05-06 18:02:02 -0400 |
commit | d154fed7234331dc29240deb04f92f382000e66b (patch) | |
tree | 6e2058c9bc811929635983acb7cbd7e0b3eaf3fc /arch | |
parent | 8ccfd3f074f75135971905d2413811729e19580e (diff) |
davinci: da830/omap-l137 evm: use 8-wire MMC/SD card support
The merge for 2.6.34 brings in 8-bit support to the DaVinci MMC/SD driver.
This patch updates the platform data for DA830/OMAP-L137 EVM to use 8-wire
support available in the driver.
Signed-off-by: Vipin Bhandari <vipin.bhandari@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-davinci/board-da830-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c index 8e670372d7fe..ea293b8a596a 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c | |||
@@ -244,7 +244,7 @@ static int da830_evm_mmc_get_cd(int index) | |||
244 | static struct davinci_mmc_config da830_evm_mmc_config = { | 244 | static struct davinci_mmc_config da830_evm_mmc_config = { |
245 | .get_ro = da830_evm_mmc_get_ro, | 245 | .get_ro = da830_evm_mmc_get_ro, |
246 | .get_cd = da830_evm_mmc_get_cd, | 246 | .get_cd = da830_evm_mmc_get_cd, |
247 | .wires = 4, | 247 | .wires = 8, |
248 | .max_freq = 50000000, | 248 | .max_freq = 50000000, |
249 | .caps = MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED, | 249 | .caps = MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED, |
250 | .version = MMC_CTLR_VERSION_2, | 250 | .version = MMC_CTLR_VERSION_2, |