From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Dimitrov Date: Sat, 11 Oct 2014 08:01:03 +0300 Subject: [U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena In-Reply-To: References: <1412990082-8628-1-git-send-email-marex@denx.de> Message-ID: <5438B98F.4080107@mail.bg> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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