aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/core')
-rw-r--r--drivers/mmc/core/sdio.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c
index 1fb36a3404..62df8e1775 100644
--- a/drivers/mmc/core/sdio.c
+++ b/drivers/mmc/core/sdio.c
@@ -294,6 +294,12 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr)
294 goto remove; 294 goto remove;
295 295
296 /* 296 /*
297 * No support for high-speed yet, so just set
298 * the card's maximum speed.
299 */
300 mmc_set_clock(host, card->cis.max_dtr);
301
302 /*
297 * Initialize (but don't add) all present functions. 303 * Initialize (but don't add) all present functions.
298 */ 304 */
299 for (i = 0;i < funcs;i++) { 305 for (i = 0;i < funcs;i++) {