Increase the PHY Auto-Negotiation timeout to 20,000 ms from the current default of 4,000 ms inherited from "Kconfig" for PHY_ANEG_TIMEOUT.
The motivation for this change is that existing devices will continue working as-is (timeout is an upper bound and auto-negotiation can be done earlier), while older Hardware connected to the board that might occasionally take longer than 4,000 ms for the Auto-Negotiation process will benefit from an increased timeout. Signed-off-by: Siddharth Vadapalli <s-vadapa...@ti.com> --- configs/phycore_am62ax_r5_ethboot_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/phycore_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig index 81a7f5b0784..565c50fb426 100644 --- a/configs/phycore_am62ax_r5_ethboot_defconfig +++ b/configs/phycore_am62ax_r5_ethboot_defconfig @@ -21,6 +21,7 @@ CONFIG_DMA_CHANNELS=y CONFIG_TI_K3_NAVSS_UDMA=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y +CONFIG_PHY_ANEG_TIMEOUT=20000 CONFIG_PHY_TI_DP83867=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_TI_AM65_CPSW_NUSS=y -- 2.34.1