[U-Boot] [PATCH] Revert "net: phy: delay only if reset handler is registered"

Fabio Estevam festevam at gmail.com
Wed Dec 23 16:42:07 CET 2015


Hi Jörg,

On Mon, Nov 23, 2015 at 4:16 PM, Fabio Estevam <festevam at gmail.com> wrote:
> Hi Jörg ,
>
> On Fri, Nov 20, 2015 at 6:37 PM, Fabio Estevam <festevam at gmail.com> wrote:
>
>> Ok, I will test your proposal below on Monday when I get access to my
>> mx6sxsabresd, thanks.
>
> Your proposal worked fine, thanks. Will send it as a formal patch.

Ethernet on mx6cuboxi is also broken because of 59370f3fcd13508
(""net: phy: delay only if reset handler is registered").

I tried doing:

--- a/board/solidrun/mx6cuboxi/mx6cuboxi.c
+++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c
@@ -143,7 +143,7 @@ static void setup_iomux_enet(void)
        SETUP_IOMUX_PADS(enet_pads);

        gpio_direction_output(ETH_PHY_RESET, 0);
-       mdelay(2);
+       mdelay(10);
        gpio_set_value(ETH_PHY_RESET, 1);
 }

,but it did not help.

Any suggestions?

Thanks,

Fabio Estevam


More information about the U-Boot mailing list