diff options
author | Zhao Qiang <qiang.zhao@nxp.com> | 2017-12-17 21:26:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-18 13:19:17 -0500 |
commit | c505873eaece2b4aefd07d339dc7e1400e0235ac (patch) | |
tree | 8c46dbc9d0c0f6e74fb3afae27c5896249b94057 | |
parent | 3f42f5fe31c8715a34064bfd7b788488d1ea2f7c (diff) |
net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.
88E1145 also need this autoneg errata.
Fixes: f2899788353c ("net: phy: marvell: Limit errata to 88m1101")
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/phy/marvell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index b5a8f750e433..26c9a11220ca 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c | |||
@@ -2073,7 +2073,7 @@ static struct phy_driver marvell_drivers[] = { | |||
2073 | .flags = PHY_HAS_INTERRUPT, | 2073 | .flags = PHY_HAS_INTERRUPT, |
2074 | .probe = marvell_probe, | 2074 | .probe = marvell_probe, |
2075 | .config_init = &m88e1145_config_init, | 2075 | .config_init = &m88e1145_config_init, |
2076 | .config_aneg = &marvell_config_aneg, | 2076 | .config_aneg = &m88e1101_config_aneg, |
2077 | .read_status = &genphy_read_status, | 2077 | .read_status = &genphy_read_status, |
2078 | .ack_interrupt = &marvell_ack_interrupt, | 2078 | .ack_interrupt = &marvell_ack_interrupt, |
2079 | .config_intr = &marvell_config_intr, | 2079 | .config_intr = &marvell_config_intr, |