netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sfp module DFP-34X-2C2 at 2500
@ 2024-01-04 13:10 Sergio Palumbo
  2024-01-04 14:15 ` Andrew Lunn
  2024-01-04 14:53 ` Daniel Golle
  0 siblings, 2 replies; 4+ messages in thread
From: Sergio Palumbo @ 2024-01-04 13:10 UTC (permalink / raw)
  To: netdev

diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c
index 2abc155dc5cf8..a14f61bab256f 100644
--- a/drivers/net/phy/sfp.c
+++ b/drivers/net/phy/sfp.c
@@ -495,6 +495,9 @@ static const struct sfp_quirk sfp_quirks[] = {
        // 2500MBd NRZ in their EEPROM
        SFP_QUIRK_M("Lantech", "8330-262D-E", sfp_quirk_2500basex),
 
+       // DFP-34X-2C2 GPON ONU supports 2500base-X
+       SFP_QUIRK_M("OEM", "DFP-34X-2C2", sfp_quirk_2500basex),
+
        SFP_QUIRK_M("UBNT", "UF-INSTANT", sfp_quirk_ubnt_uf_instant),
 
        // Walsun HXSX-ATR[CI]-1 don't identify as copper, and use the

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-04 14:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04 13:10 sfp module DFP-34X-2C2 at 2500 Sergio Palumbo
2024-01-04 14:15 ` Andrew Lunn
2024-01-04 14:23   ` Russell King (Oracle)
2024-01-04 14:53 ` Daniel Golle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).