diff mbox

+ sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree

Message ID 201008232009.o7NK9LIf012151@imap1.linux-foundation.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Andrew Morton Aug. 23, 2010, 8:09 p.m. UTC
None
diff mbox

Patch

diff -puN drivers/mmc/host/sdhci.c~sdhci-support-mmc_cap_mmc_highspeed drivers/mmc/host/sdhci.c
--- a/drivers/mmc/host/sdhci.c~sdhci-support-mmc_cap_mmc_highspeed
+++ a/drivers/mmc/host/sdhci.c
@@ -1824,7 +1824,7 @@  int sdhci_add_host(struct sdhci_host *ho
 		mmc->caps |= MMC_CAP_4_BIT_DATA;
 
 	if (caps & SDHCI_CAN_DO_HISPD)
-		mmc->caps |= MMC_CAP_SD_HIGHSPEED;
+		mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
 
 	if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION)
 		mmc->caps |= MMC_CAP_NEEDS_POLL;