mmc: at91_mci: add multiwrite switch
[safe/jmp/linux-2.6] / drivers / mmc / host / at91_mci.c
index b5a6e25..b2bb79e 100644 (file)
@@ -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;