Skip to content

Commit

Permalink
mmc: at91_mci: add multiwrite switch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Ferre authored and Pierre Ossman committed Jul 15, 2008
1 parent 4ac24a8 commit 3eb99a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/at91_mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3eb99a7

Please sign in to comment.