Skip to content

Commit 54a4e5c

Browse files
deribaucourtdavem330
authored andcommitted
net: phy: micrel: add Microchip KSZ 9477 to the device table
PHY_ID_KSZ9477 was supported but not added to the device table passed to MODULE_DEVICE_TABLE. Fixes: fc3973a ("phy: micrel: add Microchip KSZ 9477 Switch PHY support") Signed-off-by: Enguerrand de Ribaucourt <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 42354e3 commit 54a4e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/micrel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5607,6 +5607,7 @@ static struct mdio_device_id __maybe_unused micrel_tbl[] = {
56075607
{ PHY_ID_KSZ8081, MICREL_PHY_ID_MASK },
56085608
{ PHY_ID_KSZ8873MLL, MICREL_PHY_ID_MASK },
56095609
{ PHY_ID_KSZ886X, MICREL_PHY_ID_MASK },
5610+
{ PHY_ID_KSZ9477, MICREL_PHY_ID_MASK },
56105611
{ PHY_ID_LAN8814, MICREL_PHY_ID_MASK },
56115612
{ PHY_ID_LAN8804, MICREL_PHY_ID_MASK },
56125613
{ PHY_ID_LAN8841, MICREL_PHY_ID_MASK },

0 commit comments

Comments
 (0)