commit | 66e3efebbcfe2627154d81d6a3c172b337396daf | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Oct 08 13:25:29 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 10 10:03:23 2016 +0900 |
tree | 1686ade81f6aa8065364a77e0af0bea7d1f4ffeb | |
parent | f1d9a9edb94989a1dd6cb4e2e3ce626bc08b5d96 [diff] |
ARM: uniphier: insert udelay() just before support_card_reset_deassert() As for LD11/LD20, we can no longer rely on the udelay() in the PLL init functions. udelay(200) is needed here to keep the ethernet device in the reset state for enough time. Anyway, 200 usec is quite short for humans, so nobody cares it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>