aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2008-05-30 08:08:56 -0400
committerPierre Ossman <drzeus@drzeus.cx>2008-07-15 08:14:42 -0400
commit3eb99a7bff3d7459a695f45124a6bbabf31cb4b5 (patch)
treeae8b6c38a5ae446fb47b9976fe72abebe6c00821 /drivers
parent4ac24a8722b97d5b4cfc48a4fbd0b2489e358d4d (diff)
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')
-rw-r--r--drivers/mmc/host/at91_mci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c
index b5a6e250fc1a..b2bb79e74eaa 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)
947 mmc->f_min = 375000; 947 mmc->f_min = 375000;
948 mmc->f_max = 25000000; 948 mmc->f_max = 25000000;
949 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34; 949 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34;
950 mmc->caps = MMC_CAP_MULTIWRITE;
950 951
951 mmc->max_blk_size = 4095; 952 mmc->max_blk_size = 4095;
952 mmc->max_blk_count = mmc->max_req_size; 953 mmc->max_blk_count = mmc->max_req_size;