Skip to content

Commit 1c77c72

Browse files
elkablodavem330
authored andcommitted
net: sfp: add quirk for another multigig RollBall transceiver
Add quirk for another RollBall copper transceiver: Turris RTSFP-2.5G, containing 2.5g capable RTL8221B PHY. Signed-off-by: Marek Behún <[email protected]> Signed-off-by: Eric Woudstra <[email protected]> Reviewed-by: Russell King (Oracle) <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2d9ce64 commit 1c77c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/sfp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ static const struct sfp_quirk sfp_quirks[] = {
506506
SFP_QUIRK_M("OEM", "SFP-2.5G-T", sfp_quirk_oem_2_5g),
507507
SFP_QUIRK_F("OEM", "RTSFP-10", sfp_fixup_rollball_cc),
508508
SFP_QUIRK_F("OEM", "RTSFP-10G", sfp_fixup_rollball_cc),
509+
SFP_QUIRK_F("Turris", "RTSFP-2.5G", sfp_fixup_rollball),
509510
SFP_QUIRK_F("Turris", "RTSFP-10", sfp_fixup_rollball),
510511
SFP_QUIRK_F("Turris", "RTSFP-10G", sfp_fixup_rollball),
511512
};

0 commit comments

Comments
 (0)