[PATCH 38/45] configs: k2l_hs_evm_defconfig: Increase aneg timeout to 20000 ms
Siddharth Vadapalli
s-vadapalli at ti.com
Mon Jul 28 16:50:27 CEST 2025
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-vadapalli at ti.com>
---
configs/k2l_hs_evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/k2l_hs_evm_defconfig b/configs/k2l_hs_evm_defconfig
index 8864b60e845..8b24c02a6c8 100644
--- a/configs/k2l_hs_evm_defconfig
+++ b/configs/k2l_hs_evm_defconfig
@@ -61,6 +61,7 @@ CONFIG_SYS_NAND_PAGE_4K=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y
+CONFIG_PHY_ANEG_TIMEOUT=20000
CONFIG_PHY_MARVELL=y
CONFIG_MII=y
CONFIG_DRIVER_TI_KEYSTONE_NET=y
--
2.34.1
More information about the U-Boot
mailing list