Skip to content

Commit

Permalink
Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags
Browse files Browse the repository at this point in the history
This patch is part of Tony Lindgren's earlier patch to add
MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags in omap.c

Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar <at> indt.org.br>
Signed-off-by: Tony Lindgren <tony <at> atomide.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
  • Loading branch information
Tony Lindgren tony authored and Pierre Ossman committed Dec 1, 2006
1 parent 81ca703 commit f4204fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ static int __init mmc_omap_probe(struct platform_device *pdev)
mmc->f_min = 400000;
mmc->f_max = 24000000;
mmc->ocr_avail = MMC_VDD_32_33|MMC_VDD_33_34;
mmc->caps = MMC_CAP_BYTEBLOCK;
mmc->caps = MMC_CAP_MULTIWRITE | MMC_CAP_BYTEBLOCK;

if (minfo->wire4)
mmc->caps |= MMC_CAP_4_BIT_DATA;
Expand Down

0 comments on commit f4204fd

Please sign in to comment.