[U-Boot] Riotboard FEC broken
Fabio Estevam
festevam at gmail.com
Mon Nov 23 19:20:11 CET 2015
Hi Catalin,
On Thu, Nov 5, 2015 at 9:10 AM, Catalin Crenguta
<catalin.crenguta at gmail.com> wrote:
> Hello,
>
> I have ran git bisect commit and found out that commit
> 59370f3fcd135089c402c93720a87c688abe600c breaks FEC on Riotboard.
> Reverting this change makes it working again.
Does this changes fix the problem?
--- a/board/embest/mx6boards/mx6boards.c
+++ b/board/embest/mx6boards/mx6boards.c
@@ -118,7 +118,7 @@ static void setup_iomux_enet(void)
/* Reset AR8035 PHY */
gpio_direction_output(IMX_GPIO_NR(3, 31) , 0);
- mdelay(2);
+ mdelay(10);
gpio_set_value(IMX_GPIO_NR(3, 31), 1);
}
Regards,
Fabio Estevam
More information about the U-Boot
mailing list