Commit 8fd78857 authored by David S. Miller's avatar David S. Miller

[TG3]: Do not enable slow clocks on 5750 with ASF.

parent f3a880cc
...@@ -964,7 +964,8 @@ static int tg3_set_power_state(struct tg3 *tp, int state) ...@@ -964,7 +964,8 @@ static int tg3_set_power_state(struct tg3 *tp, int state)
CLOCK_CTRL_ALTCLK | CLOCK_CTRL_ALTCLK |
CLOCK_CTRL_PWRDOWN_PLL133); CLOCK_CTRL_PWRDOWN_PLL133);
udelay(40); udelay(40);
} else { } else if (!((GET_ASIC_REV(tp->pci_chip_rev_id) == 5750) &&
(tp->tg3_flags & TG3_FLAG_ENABLE_ASF))) {
u32 newbits1, newbits2; u32 newbits1, newbits2;
if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700 || if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700 ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment