Skip to content

Commit f3c4359

Browse files
committed
fixup! phy: broadcom: split out the BCM54213PE from the BCM54210E IDs
1 parent daa7a35 commit f3c4359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/broadcom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ static struct phy_driver broadcom_drivers[] = {
15171517
.set_wol = bcm54xx_phy_set_wol,
15181518
.led_brightness_set = bcm_phy_led_brightness_set,
15191519
}, {
1520-
PHY_ID_MATCH_EXACT(PHY_ID_BCM5461),
1520+
PHY_ID_MATCH_EXACT(PHY_ID_BCM54213PE),
15211521
.name = "Broadcom BCM54213PE",
15221522
/* PHY_GBIT_FEATURES */
15231523
.get_sset_count = bcm_phy_get_sset_count,

0 commit comments

Comments
 (0)