[U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena
Nikolay Dimitrov
picmaster at mail.bg
Sat Oct 11 07:01:03 CEST 2014
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 at 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
More information about the U-Boot
mailing list