projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee7c9d
)
mmc: renesas-sdhi: Wait after reconfiguring pins
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Mon, 9 Apr 2018 18:47:31 +0000
(20:47 +0200)
committer
Marek Vasut
<marek.vasut+renesas@gmail.com>
Wed, 11 Apr 2018 21:12:00 +0000
(23:12 +0200)
The IP requires some time to recuperate after the IO pin
properties were changed. Add a delay to assure this.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/renesas-sdhi.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/renesas-sdhi.c
b/drivers/mmc/renesas-sdhi.c
index
e9edcf5
..
8564f42
100644
(file)
--- a/
drivers/mmc/renesas-sdhi.c
+++ b/
drivers/mmc/renesas-sdhi.c
@@
-289,6
+289,9
@@
out:
static int renesas_sdhi_set_ios(struct udevice *dev)
{
int ret = matsu_sd_set_ios(dev);
+
+ mdelay(10);
+
#if CONFIG_IS_ENABLED(MMC_HS200_SUPPORT)
struct matsu_sd_priv *priv = dev_get_priv(dev);