summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/mv88e6xxx/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/chip.c')
-rw-r--r--drivers/net/dsa/mv88e6xxx/chip.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
index aacec3420b8e..a9c0feace217 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.c
+++ b/drivers/net/dsa/mv88e6xxx/chip.c
@@ -757,10 +757,6 @@ static void mv88e6xxx_get_caps(struct dsa_switch *ds, int port,
if (mv88e6xxx_phy_is_internal(ds, port))
__set_bit(PHY_INTERFACE_MODE_GMII,
config->supported_interfaces);
-
- /* If we have a .pcs_init, we are not legacy. */
- if (chip->info->ops->pcs_init)
- config->legacy_pre_march2020 = false;
}
static struct phylink_pcs *mv88e6xxx_pcs_select(struct mv88e6xxx_chip *chip,