Message ID | 20230523153108.18548-2-david.epping@missinglinkelectronics.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 57fb54ab9f6945e204740b696bd4cee61ee04e5e |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: phy: mscc: support VSC8501 | expand |
diff --git a/drivers/net/phy/mscc/mscc_main.c b/drivers/net/phy/mscc/mscc_main.c index 62bf99e45af1..bd81a4b041e5 100644 --- a/drivers/net/phy/mscc/mscc_main.c +++ b/drivers/net/phy/mscc/mscc_main.c @@ -2656,6 +2656,7 @@ static struct phy_driver vsc85xx_driver[] = { module_phy_driver(vsc85xx_driver); static struct mdio_device_id __maybe_unused vsc85xx_tbl[] = { + { PHY_ID_VSC8502, 0xfffffff0, }, { PHY_ID_VSC8504, 0xfffffff0, }, { PHY_ID_VSC8514, 0xfffffff0, }, { PHY_ID_VSC8530, 0xfffffff0, },