Skip to content

Commit

Permalink
mmc: sdhci: Enable bus-width test for JMicron controllers
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Takashi Iwai authored and Chris Ball committed Jan 9, 2011
1 parent 22113ef commit d75c108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ static int jmicron_probe_slot(struct sdhci_pci_slot *slot)
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;
}

Expand Down

0 comments on commit d75c108

Please sign in to comment.