Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c505873e authored by Zhao Qiang's avatar Zhao Qiang Committed by David S. Miller
Browse files

net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.



88E1145 also need this autoneg errata.

Fixes: f2899788 ("net: phy: marvell: Limit errata to 88m1101")
Signed-off-by: default avatarZhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f42f5fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2073,7 +2073,7 @@ static struct phy_driver marvell_drivers[] = {
		.flags = PHY_HAS_INTERRUPT,
		.probe = marvell_probe,
		.config_init = &m88e1145_config_init,
		.config_aneg = &marvell_config_aneg,
		.config_aneg = &m88e1101_config_aneg,
		.read_status = &genphy_read_status,
		.ack_interrupt = &marvell_ack_interrupt,
		.config_intr = &marvell_config_intr,