
11 Oct
2014
11 Oct
'14
7:01 a.m.
Hi Fabio,
On 10/11/2014 04:39 AM, Fabio Estevam wrote:
Hi Marek,
On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut marex@denx.de wrote:
+int board_early_init_f(void) +{ +#if defined(CONFIG_VIDEO_IPUV3)
setup_display();
+#endif
/* Bring Ethernet PHY out of reset. */
gpio_set_value(IMX_GPIO_NR(3, 23), 1);
No delay needed here prior to setting it to 1?
We had some discussions about the PHY reset sequence and timing, but still not a common opinion, so I suggested to leave this fix for a consequent patch.
Regards, Nikolay