commit | d75c1084db5e4a30603729852046d0a87d4f7688 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Dec 16 17:54:14 2010 +0100 |
committer | Chris Ball <cjb@laptop.org> | Sat Jan 08 23:52:20 2011 -0500 |
tree | 3cc38c02caf81c1697648de391b38cc07a797a61 | |
parent | 22113efd00491310da802f3b1a9a66cfcf415fac [diff] [blame] |
mmc: sdhci: Enable bus-width test for JMicron controllers Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Chris Ball <cjb@laptop.org>
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index d2638ff..0dc905b 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c
@@ -381,6 +381,8 @@ slot->chip->pdev->device == PCI_DEVICE_ID_JMICRON_JMB388_ESD) jmicron_enable_mmc(slot->host, 1); + slot->host->mmc->caps |= MMC_CAP_BUS_WIDTH_TEST; + return 0; }