Skip to content

Commit 7be8a67

Browse files
david-mlesmb49
authored andcommitted
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
BugLink: https://bugs.launchpad.net/bugs/2028979 commit 57fb54a upstream. The mscc driver implements support for VSC8502, so its ID should be in the MODULE_DEVICE_TABLE for automatic loading. Signed-off-by: David Epping <david.epping@missinglinkelectronics.com> Fixes: d316986 ("net: phy: mscc: add support for VSC8502") Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 201677a commit 7be8a67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/phy/mscc/mscc_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,6 +2664,7 @@ static struct phy_driver vsc85xx_driver[] = {
26642664
module_phy_driver(vsc85xx_driver);
26652665

26662666
static struct mdio_device_id __maybe_unused vsc85xx_tbl[] = {
2667+
{ PHY_ID_VSC8502, 0xfffffff0, },
26672668
{ PHY_ID_VSC8504, 0xfffffff0, },
26682669
{ PHY_ID_VSC8514, 0xfffffff0, },
26692670
{ PHY_ID_VSC8530, 0xfffffff0, },

0 commit comments

Comments
 (0)