aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch
blob: 9e2829bd3e5b2eaa7b7eb71d7d1b8aaf0b096e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
123b7d94ab4fa50a62aa9c0c0202d4e2c99a14c8
diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c
index aea455b..a327a34 100644
--- a/drivers/qe/uec.c
+++ b/drivers/qe/uec.c
@@ -567,9 +567,6 @@ static void phy_change(struct eth_device *dev)
 
 	uec_regs = uec->uec_regs;
 
-	/* Delay 5s to give the PHY a chance to change the register state */
-	udelay(5000000);
-
 	/* Update the link, speed, duplex */
 	result = uec->mii_info->phyinfo->read_status(uec->mii_info);