summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2012-02-07 14:48:53 +0200
committerChris Ball <cjb@laptop.org>2012-03-27 12:20:08 -0400
commitda721cf7808f9731454757d704f0aa69ae2f1aae (patch)
tree9f55fc1b4c4c08246cb1bdc568683972e1c210ef /drivers/mmc
parent83bb24aaa4af2ec7c127cc2a5fa7ca9f64cdd13d (diff)
downloadlinux-3.10-da721cf7808f9731454757d704f0aa69ae2f1aae.tar.gz
linux-3.10-da721cf7808f9731454757d704f0aa69ae2f1aae.tar.bz2
linux-3.10-da721cf7808f9731454757d704f0aa69ae2f1aae.zip
mmc: sdhci-pci: select HC erase size for Medfield eMMC
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
index 6ebdc4010e7..9952535671f 100644
--- a/drivers/mmc/host/sdhci-pci.c
+++ b/drivers/mmc/host/sdhci-pci.c
@@ -244,7 +244,8 @@ static inline void sdhci_pci_remove_own_cd(struct sdhci_pci_slot *slot)
static int mfd_emmc_probe_slot(struct sdhci_pci_slot *slot)
{
slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE;
- slot->host->mmc->caps2 = MMC_CAP2_BOOTPART_NOACC;
+ slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC |
+ MMC_CAP2_HC_ERASE_SZ;
return 0;
}