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

Fabio Estevam festevam at gmail.com
Mon Jan 4 12:19:48 CET 2016


Tom and Joe,

On Wed, Dec 23, 2015 at 1:42 PM, Fabio Estevam <festevam at gmail.com> wrote:

> 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?

To avoid Ethernet breakage on at least Wandboard and Cubox-i boards on
2016.01, can we apply this revert patch in the meantime?


More information about the U-Boot mailing list