diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2008-05-30 12:08:56 (GMT) |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-15 12:14:42 (GMT) |
commit | 3eb99a7bff3d7459a695f45124a6bbabf31cb4b5 (patch) | |
tree | ae8b6c38a5ae446fb47b9976fe72abebe6c00821 /drivers/mmc/host | |
parent | 4ac24a8722b97d5b4cfc48a4fbd0b2489e358d4d (diff) | |
download | linux-3eb99a7bff3d7459a695f45124a6bbabf31cb4b5.tar.xz |
mmc: at91_mci: add multiwrite switch
at91_mci is capable of multiwrite. Enable it before it disappears.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/at91_mci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c index b5a6e25..b2bb79e 100644 --- a/drivers/mmc/host/at91_mci.c +++ b/drivers/mmc/host/at91_mci.c @@ -947,6 +947,7 @@ static int __init at91_mci_probe(struct platform_device *pdev) mmc->f_min = 375000; mmc->f_max = 25000000; mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34; + mmc->caps = MMC_CAP_MULTIWRITE; mmc->max_blk_size = 4095; mmc->max_blk_count = mmc->max_req_size; |