net: phy: marvell10g: limit soft reset to 88x3310
authorBaruch Siach <baruch@tkos.co.il>
Tue, 21 Apr 2020 09:04:46 +0000 (12:04 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 19:31:41 +0000 (12:31 -0700)
commit829e7573c45a97e0f6a923a8e6e4589c26a26df2
tree592076f138c52294d7cb589dd2cff152dad1fe9a
parent7c74b0bec918c1e0ca0b4208038c156eacf8f13f
net: phy: marvell10g: limit soft reset to 88x3310

The MV_V2_PORT_CTRL_SWRST bit in MV_V2_PORT_CTRL is reserved on 88E2110.
Setting SWRST on 88E2110 breaks packets transfer after interface down/up
cycle.

Fixes: 8f48c2ac85ed ("net: marvell10g: soft-reset the PHY when coming out of low power")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell10g.c