mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
net: phy: micrel: add Microchip KSZ 9477 to the device table
[ Upstream commit54a4e5c163
] PHY_ID_KSZ9477 was supported but not added to the device table passed to MODULE_DEVICE_TABLE. Fixes:fc3973a1fa
("phy: micrel: add Microchip KSZ 9477 Switch PHY support") Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
3f5e8191a1
commit
cb9285617e
@ -1234,6 +1234,7 @@ static struct mdio_device_id __maybe_unused micrel_tbl[] = {
|
|||||||
{ PHY_ID_KSZ8081, MICREL_PHY_ID_MASK },
|
{ PHY_ID_KSZ8081, MICREL_PHY_ID_MASK },
|
||||||
{ PHY_ID_KSZ8873MLL, MICREL_PHY_ID_MASK },
|
{ PHY_ID_KSZ8873MLL, MICREL_PHY_ID_MASK },
|
||||||
{ PHY_ID_KSZ886X, MICREL_PHY_ID_MASK },
|
{ PHY_ID_KSZ886X, MICREL_PHY_ID_MASK },
|
||||||
|
{ PHY_ID_KSZ9477, MICREL_PHY_ID_MASK },
|
||||||
{ PHY_ID_LAN8814, MICREL_PHY_ID_MASK },
|
{ PHY_ID_LAN8814, MICREL_PHY_ID_MASK },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user