Skip to content
Snippets Groups Projects
Commit ef1614ac authored by Jaehoon Chung's avatar Jaehoon Chung
Browse files

mmc: meson_gx_mmc: fix the complie error


mmc_set_clock() is changed.
This patch is for fixing complie error.

Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 9215ef5e
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ static int meson_mmc_probe(struct udevice *dev) ...@@ -250,7 +250,7 @@ static int meson_mmc_probe(struct udevice *dev)
mmc->priv = pdata; mmc->priv = pdata;
upriv->mmc = mmc; upriv->mmc = mmc;
mmc_set_clock(mmc, cfg->f_min); mmc_set_clock(mmc, cfg->f_min, false);
/* reset all status bits */ /* reset all status bits */
meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS); meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment