diff options
author | Madhvapathi Sriram <Madhvapathi.Sriram@csr.com> | 2012-10-15 00:47:30 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 13:55:15 -0500 |
commit | 1a1f1f0495604d45e67a328fda80c1cb6a8d87d2 (patch) | |
tree | 30af11adb2afc1ad858e85eed5cc3a863d2e591e /drivers/mmc/host | |
parent | f8ec589b86f66d0e13a262b6e8b589b03dde5173 (diff) |
mmc: sdhci-pci: Enable SDHCI_CAN_DO_HISPD for Ricoh SDHCI controller
The Ricoh SDHCI controllers support Highspeed clocks as evident from
the ricoh_mmc_probe_slot() settings. Hence, SDHCI_CAN_DO_HISPD needs
to be set to enable SDIO client drivers to set/enable high speed clock
settings
Signed-off-by: Madhvapathi Sriram <Madhvapathi.Sriram@csr.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 04936f353ced..0777fad997ba 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -114,6 +114,7 @@ static int ricoh_mmc_probe_slot(struct sdhci_pci_slot *slot) | |||
114 | 114 | ||
115 | SDHCI_TIMEOUT_CLK_UNIT | | 115 | SDHCI_TIMEOUT_CLK_UNIT | |
116 | SDHCI_CAN_VDD_330 | | 116 | SDHCI_CAN_VDD_330 | |
117 | SDHCI_CAN_DO_HISPD | | ||
117 | SDHCI_CAN_DO_SDMA; | 118 | SDHCI_CAN_DO_SDMA; |
118 | return 0; | 119 | return 0; |
119 | } | 120 | } |