pandora: switch wl1251 sdio clock to 24MHz
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 22 May 2013 20:36:34 +0000 (23:36 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 23 May 2013 22:13:10 +0000 (01:13 +0300)
seems to work fine on pandora, although performance impact is minimal
(if any).

arch/arm/mach-omap2/board-omap3pandora.c

index bb70256..d1b950c 100644 (file)
@@ -348,7 +348,7 @@ static void pandora_wl1251_init_card(struct mmc_card *card)
        card->cis.vendor = 0x104c;
        card->cis.device = 0x9066;
        card->cis.blksize = 512;
-       card->cis.max_dtr = 20000000;
+       card->cis.max_dtr = 24000000;
 }
 
 static struct omap2_hsmmc_info omap3pandora_mmc[] = {