sdio: change clock speed
authorPierre Ossman <drzeus@drzeus.cx>
Mon, 30 Jul 2007 15:15:07 +0000 (17:15 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 23 Sep 2007 19:14:09 +0000 (21:14 +0200)
Change clock speed to the highest supported by the card.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/sdio.c

index 1fb36a3..62df8e1 100644 (file)
@@ -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.
         */