diff options
author | Yaniv Rosner <yaniv.rosner@broadcom.com> | 2010-09-01 05:51:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-01 13:44:31 -0400 |
commit | 8ca60a68a9fd61b4cf31b48d9c365b07e5588bbe (patch) | |
tree | c2cfb2c0217c999888dbf76467bdb6d23cfa9451 | |
parent | d807b3f728518d218fb2fe54c1227bc6d6f93efd (diff) |
bnx2x: Fix potential link issue of BCM8073/BCM8727
Fix potential link issue caused by insufficient delay time during SPIROM
load of BCM8073/BCM8727
Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/bnx2x/bnx2x_link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x_link.c b/drivers/net/bnx2x/bnx2x_link.c index 0fa09913051d..9b4e7b3261aa 100644 --- a/drivers/net/bnx2x/bnx2x_link.c +++ b/drivers/net/bnx2x/bnx2x_link.c | |||
@@ -2549,8 +2549,8 @@ static void bnx2x_bcm8073_bcm8727_external_rom_boot(struct bnx2x *bp, u8 port, | |||
2549 | MDIO_PMA_REG_GEN_CTRL, | 2549 | MDIO_PMA_REG_GEN_CTRL, |
2550 | MDIO_PMA_REG_GEN_CTRL_ROM_RESET_INTERNAL_MP); | 2550 | MDIO_PMA_REG_GEN_CTRL_ROM_RESET_INTERNAL_MP); |
2551 | 2551 | ||
2552 | /* wait for 100ms for code download via SPI port */ | 2552 | /* wait for 120ms for code download via SPI port */ |
2553 | msleep(100); | 2553 | msleep(120); |
2554 | 2554 | ||
2555 | /* Clear ser_boot_ctl bit */ | 2555 | /* Clear ser_boot_ctl bit */ |
2556 | bnx2x_cl45_write(bp, port, | 2556 | bnx2x_cl45_write(bp, port, |