]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: phy: micrel: add Microchip KSZ 9477 to the device table
authorEnguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Fri, 21 Jun 2024 14:43:20 +0000 (16:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Jun 2024 09:06:58 +0000 (10:06 +0100)
commit54a4e5c16382e871c01dd82b47e930fdce30406b
treed2869c4bd604fc00f238f483d622782145f9834b
parent42354e3c3150cf886457f3354af0acefc56b53a2
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: fc3973a1fa09 ("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>
drivers/net/phy/micrel.c