Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4204fdf authored by Tony Lindgren tony's avatar Tony Lindgren tony Committed by Pierre Ossman
Browse files

Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags



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: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 81ca7034
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;