git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9215ef5
)
mmc: meson_gx_mmc: fix the complie error
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 27 Nov 2017 09:42:05 +0000
(18:42 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:04 +0000
(18:11 +0900)
mmc_set_clock() is changed.
This patch is for fixing complie error.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/meson_gx_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/meson_gx_mmc.c
b/drivers/mmc/meson_gx_mmc.c
index
4652fab
..
a2cd5d3
100644
(file)
--- a/
drivers/mmc/meson_gx_mmc.c
+++ b/
drivers/mmc/meson_gx_mmc.c
@@
-250,7
+250,7
@@
static int meson_mmc_probe(struct udevice *dev)
mmc->priv = pdata;
upriv->mmc = mmc;
- mmc_set_clock(mmc, cfg->f_min);
+ mmc_set_clock(mmc, cfg->f_min
, false
);
/* reset all status bits */
meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS);