Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: sfp: change quirks for Alcatel Lucent G-010S-P

Seems Alcatel Lucent G-010S-P also have the same problem that it uses
TX_FAULT pin for SOC uart. So apply sfp_fixup_ignore_tx_fault to it.

Signed-off-by: Shengyu Qu <wiagn233@outlook.com>
Link: https://patch.msgid.link/TYCPR01MB84373677E45A7BFA5A28232C98792@TYCPR01MB8437.jpnprd01.prod.outlook.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Shengyu Qu and committed by
Paolo Abeni
90cb5f17 91afa49a

+2 -1
+2 -1
drivers/net/phy/sfp.c
··· 466 466 static const struct sfp_quirk sfp_quirks[] = { 467 467 // Alcatel Lucent G-010S-P can operate at 2500base-X, but incorrectly 468 468 // report 2500MBd NRZ in their EEPROM 469 - SFP_QUIRK_M("ALCATELLUCENT", "G010SP", sfp_quirk_2500basex), 469 + SFP_QUIRK("ALCATELLUCENT", "G010SP", sfp_quirk_2500basex, 470 + sfp_fixup_ignore_tx_fault), 470 471 471 472 // Alcatel Lucent G-010S-A can operate at 2500base-X, but report 3.2GBd 472 473 // NRZ in their EEPROM