From: Ye Li Date: Wed, 15 Apr 2026 08:56:26 +0000 (+0800) Subject: net: phy: aquantia: Increase timeout for out of reset X-Git-Tag: v2026.07-rc1~29^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d093afdf19999ae03d075c32a79450b333e72d;p=thirdparty%2Fu-boot.git net: phy: aquantia: Increase timeout for out of reset Current timeout for PHY out of reset is 50ms which is too short. Increase it to 2s to align with kernel. Signed-off-by: Ye Li Signed-off-by: Alice Guo Acked-by: Tim Harvey --- diff --git a/drivers/net/phy/aquantia.c b/drivers/net/phy/aquantia.c index 10b87dfb8ab..83da3e1cc77 100644 --- a/drivers/net/phy/aquantia.c +++ b/drivers/net/phy/aquantia.c @@ -400,7 +400,7 @@ int aquantia_config(struct phy_device *phydev) int interface = phydev->interface; u32 val, id, rstatus, fault; u32 reg_val1 = 0; - int num_retries = 5; + int num_retries = 200; int usx_an = 0; /*