mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-17 07:21:36 +01:00
mmc: meson_gx_mmc: fix the complie error
mmc_set_clock() is changed. This patch is for fixing complie error. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
9215ef5ed5
commit
ef1614acf8
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user