[U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout
Philippe Schenker
dev at pschenker.ch
Tue Jun 25 11:04:52 UTC 2019
On Mon, 2019-06-24 at 11:39 +0300, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk at toradex.com>
>
> Default value (4000ms) of PHY_ANEG_TIMEOUT for Micrel KSZ9031 contoller
> isn't sufficient to finish auto-negotiation, which sometimes leads to
> timeout errors:
>
> Apalis iMX6 # dhcp
> FEC Waiting for PHY auto negotiation to complete......... TIMEOUT !
>
> Increase the auto-negotiation time-out to 15000ms.
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com>
Reviewed-by: Philippe Schenker <philippe.schenker at toradex.com>
> ---
>
> v2:
> - Based on empirical results from Philippe Schenker, increased timeout
> value to 15s, just to be on the safe side
>
> include/configs/apalis_imx6.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
> index 4b0a3fb26b..df31cf6fe7 100644
> --- a/include/configs/apalis_imx6.h
> +++ b/include/configs/apalis_imx6.h
> @@ -58,6 +58,7 @@
> #define IMX_FEC_BASE ENET_BASE_ADDR
> #define CONFIG_FEC_XCV_TYPE RGMII
> #define CONFIG_ETHPRIME "FEC"
> +#define PHY_ANEG_TIMEOUT 15000 /* PHY needs longer aneg time */
> #define CONFIG_FEC_MXC_PHYADDR 6
> #define CONFIG_TFTP_TSIZE
>
More information about the U-Boot
mailing list