Skip to content
Snippets Groups Projects
Commit 3ce6f239 authored by Troy Kisky's avatar Troy Kisky
Browse files

boundary: common: eth: increase hold time after release_phy_reset

parent c6cf1f1f
No related branches found
No related tags found
No related merge requests found
......@@ -405,13 +405,10 @@ static void setup_iomux_enet(int kz)
gpio_direction_output(GP_KS8995_POWER_DOWN, 1);
#endif
#ifdef CONFIG_MX7D
/* strap hold time for AR8031, 18 fails, 19 works, so 40 should be safe */
udelay(40);
#else
/* strap hold time for AR8035, 5 fails, 6 works, so 12 should be safe */
udelay(24);
#endif
/* 110 works for imx8MM, so 220 should be safe */
udelay(220);
#ifdef GP_KS8995_RESET
gpio_direction_output(GP_KS8995_RESET, 1);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment