]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/rockchip_sdhci.c
Merge git://www.denx.de/git/u-boot-marvell
[u-boot] / drivers / mmc / rockchip_sdhci.c
index e33e35e4fa560f9785bb50f0bd75e95916c2ab5c..13588647014c8846cfcacc5f0220e1e7ade8f2d2 100644 (file)
@@ -50,9 +50,9 @@ static int arasan_sdhci_probe(struct udevice *dev)
        }
 
        host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD;
+       host->max_clk = max_frequency;
 
-       ret = sdhci_setup_cfg(&plat->cfg, host, max_frequency,
-                       EMMC_MIN_FREQ);
+       ret = sdhci_setup_cfg(&plat->cfg, host, 0, EMMC_MIN_FREQ);
 
        host->mmc = &plat->mmc;
        if (ret)