]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/meson_gx_mmc.c
mtd: nand: mxs_nand: move structs into header file
[u-boot] / drivers / mmc / meson_gx_mmc.c
index 0aea4770c5baab5b027c2079d3c8cfe731e8c9e7..332f1e12a58377dfcb8a7e8b963e9643e17265c0 100644 (file)
@@ -252,7 +252,7 @@ static int meson_mmc_probe(struct udevice *dev)
        mmc->priv = pdata;
        upriv->mmc = mmc;
 
-       mmc_set_clock(mmc, cfg->f_min, false);
+       mmc_set_clock(mmc, cfg->f_min, MMC_CLK_ENABLE);
 
        /* reset all status bits */
        meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS);