|
@@ -548,6 +548,19 @@ static struct phy_driver broadcom_drivers[] = {
|
|
.ack_interrupt = bcm54xx_ack_interrupt,
|
|
.ack_interrupt = bcm54xx_ack_interrupt,
|
|
.config_intr = bcm54xx_config_intr,
|
|
.config_intr = bcm54xx_config_intr,
|
|
.driver = { .owner = THIS_MODULE },
|
|
.driver = { .owner = THIS_MODULE },
|
|
|
|
+}, {
|
|
|
|
+ .phy_id = PHY_ID_BCM54616S,
|
|
|
|
+ .phy_id_mask = 0xfffffff0,
|
|
|
|
+ .name = "Broadcom BCM54616S",
|
|
|
|
+ .features = PHY_GBIT_FEATURES |
|
|
|
|
+ SUPPORTED_Pause | SUPPORTED_Asym_Pause,
|
|
|
|
+ .flags = PHY_HAS_MAGICANEG | PHY_HAS_INTERRUPT,
|
|
|
|
+ .config_init = bcm54xx_config_init,
|
|
|
|
+ .config_aneg = genphy_config_aneg,
|
|
|
|
+ .read_status = genphy_read_status,
|
|
|
|
+ .ack_interrupt = bcm54xx_ack_interrupt,
|
|
|
|
+ .config_intr = bcm54xx_config_intr,
|
|
|
|
+ .driver = { .owner = THIS_MODULE },
|
|
}, {
|
|
}, {
|
|
.phy_id = PHY_ID_BCM5464,
|
|
.phy_id = PHY_ID_BCM5464,
|
|
.phy_id_mask = 0xfffffff0,
|
|
.phy_id_mask = 0xfffffff0,
|
|
@@ -660,6 +673,7 @@ static struct mdio_device_id __maybe_unused broadcom_tbl[] = {
|
|
{ PHY_ID_BCM5411, 0xfffffff0 },
|
|
{ PHY_ID_BCM5411, 0xfffffff0 },
|
|
{ PHY_ID_BCM5421, 0xfffffff0 },
|
|
{ PHY_ID_BCM5421, 0xfffffff0 },
|
|
{ PHY_ID_BCM5461, 0xfffffff0 },
|
|
{ PHY_ID_BCM5461, 0xfffffff0 },
|
|
|
|
+ { PHY_ID_BCM54616S, 0xfffffff0 },
|
|
{ PHY_ID_BCM5464, 0xfffffff0 },
|
|
{ PHY_ID_BCM5464, 0xfffffff0 },
|
|
{ PHY_ID_BCM5482, 0xfffffff0 },
|
|
{ PHY_ID_BCM5482, 0xfffffff0 },
|
|
{ PHY_ID_BCM5482, 0xfffffff0 },
|
|
{ PHY_ID_BCM5482, 0xfffffff0 },
|