diff options
Diffstat (limited to 'drivers/net/phy/marvell.c')
-rw-r--r-- | drivers/net/phy/marvell.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 64c7fbe0a8e7..78b74e83ce5d 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c | |||
@@ -648,3 +648,16 @@ static void __exit marvell_exit(void) | |||
648 | 648 | ||
649 | module_init(marvell_init); | 649 | module_init(marvell_init); |
650 | module_exit(marvell_exit); | 650 | module_exit(marvell_exit); |
651 | |||
652 | static struct mdio_device_id marvell_tbl[] = { | ||
653 | { 0x01410c60, 0xfffffff0 }, | ||
654 | { 0x01410c90, 0xfffffff0 }, | ||
655 | { 0x01410cc0, 0xfffffff0 }, | ||
656 | { 0x01410e10, 0xfffffff0 }, | ||
657 | { 0x01410cb0, 0xfffffff0 }, | ||
658 | { 0x01410cd0, 0xfffffff0 }, | ||
659 | { 0x01410e30, 0xfffffff0 }, | ||
660 | { } | ||
661 | }; | ||
662 | |||
663 | MODULE_DEVICE_TABLE(mdio, marvell_tbl); | ||