Commit 6db5020e authored by Pierre Ossman's avatar Pierre Ossman

sdio: change clock speed

Change clock speed to the highest supported by the card.
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 22bfc979
......@@ -293,6 +293,12 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr)
if (err)
goto remove;
/*
* No support for high-speed yet, so just set
* the card's maximum speed.
*/
mmc_set_clock(host, card->cis.max_dtr);
/*
* Initialize (but don't add) all present functions.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment