]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/fsl_esdhc.c
mmc: add a new mmc parameter to disable mmc clock
[people/ms/u-boot.git] / drivers / mmc / fsl_esdhc.c
index 499d622c6d925d64d44f903bd5a7dafb72e4efdb..cca57f8a79dbc48b75f0b5063751fd65465aec8d 100644 (file)
@@ -665,7 +665,7 @@ static int esdhc_init_common(struct fsl_esdhc_priv *priv, struct mmc *mmc)
 #endif
 
        /* Set the initial clock speed */
-       mmc_set_clock(mmc, 400000);
+       mmc_set_clock(mmc, 400000, false);
 
        /* Disable the BRR and BWR bits in IRQSTAT */
        esdhc_clrbits32(&regs->irqstaten, IRQSTATEN_BRR | IRQSTATEN_BWR);