]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
phylib: Add Marvell 88E1112 phy id
authorOlof Johansson <olof@lixom.net>
Tue, 3 Jul 2007 21:24:32 +0000 (16:24 -0500)
committerJeff Garzik <jeff@garzik.org>
Tue, 10 Jul 2007 16:41:09 +0000 (12:41 -0400)
Add 88E1112 PHY ID to the marvell driver. Seems to do fine with the
88E1111 inits.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/phy/marvell.c

index 21cb3aa4ae7eae6a2fea0f22cae16bfbbc8572f9..d2ede5ff9fffc5e70136207738c7fada30ca31e4 100644 (file)
@@ -267,6 +267,19 @@ static struct phy_driver marvell_drivers[] = {
                .config_intr = &marvell_config_intr,
                .driver = {.owner = THIS_MODULE,},
        },
+       {
+               .phy_id = 0x01410c90,
+               .phy_id_mask = 0xfffffff0,
+               .name = "Marvell 88E1112",
+               .features = PHY_GBIT_FEATURES,
+               .flags = PHY_HAS_INTERRUPT,
+               .config_init = &m88e1111_config_init,
+               .config_aneg = &marvell_config_aneg,
+               .read_status = &genphy_read_status,
+               .ack_interrupt = &marvell_ack_interrupt,
+               .config_intr = &marvell_config_intr,
+               .driver = {.owner = THIS_MODULE,},
+       },
        {
                .phy_id = 0x01410cc0,
                .phy_id_mask = 0xfffffff0,