summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/micro-support-card.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-10-12 08:30:38 -0400
committerTom Rini <trini@konsulko.com>2016-10-12 08:30:38 -0400
commit3c594d34c4addc962b2bd6ed2d16f3ce24ab1627 (patch)
tree771baefba46fda48848257e6c5313e977ad07370 /arch/arm/mach-uniphier/micro-support-card.c
parent99615d812f1c5f954c8bbc1e0cdfcb15e5cbe675 (diff)
parent4fb96c48c183128c00b21c7858bb05897a1b80de (diff)
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'arch/arm/mach-uniphier/micro-support-card.c')
-rw-r--r--arch/arm/mach-uniphier/micro-support-card.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-uniphier/micro-support-card.c b/arch/arm/mach-uniphier/micro-support-card.c
index 04e6558e9b..e53bcdf8e3 100644
--- a/arch/arm/mach-uniphier/micro-support-card.c
+++ b/arch/arm/mach-uniphier/micro-support-card.c
@@ -60,9 +60,8 @@ void support_card_init(void)
/*
* After power on, we need to keep the LAN controller in reset state
* for a while. (200 usec)
- * Fortunately, enough wait time is already inserted in pll_init()
- * function. So we do not have to wait here.
*/
+ udelay(200);
support_card_reset_deassert();
}