Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52a60ed2 authored by David S. Miller's avatar David S. Miller
Browse files

phy/micrel: Add module device ID table for autoloading.

parent 0f7ca591
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -102,3 +102,12 @@ module_exit(ksphy_exit);
MODULE_DESCRIPTION("Micrel PHY driver");
MODULE_AUTHOR("David J. Choi");
MODULE_LICENSE("GPL");

static struct mdio_device_id micrel_tbl[] = {
	{ PHY_ID_KSZ9021, 0x000fff10 },
	{ PHY_ID_VSC8201, 0x00fffff0 },
	{ PHY_ID_KS8001, 0x00fffff0 },
	{ }
};

MODULE_DEVICE_TABLE(mdio, micrel_tbl);