Skip to content

Commit b8e68d1

Browse files
jlemonpopcornmix
authored andcommitted
Add PHY_ID_BCM54213PE identifier.
The BCM54213PE identifier is a RPI-specific addition. Add this case to the PHY model selector. Signed-off-by: Jonathan Lemon <[email protected]>
1 parent f0da4e5 commit b8e68d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/net/phy/bcm-phy-ptp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,9 @@ struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev)
915915

916916
switch (BRCM_PHY_MODEL(phydev)) {
917917
case PHY_ID_BCM54210E:
918+
#ifdef PHY_ID_BCM54213PE
919+
case PHY_ID_BCM54213PE:
920+
#endif
918921
break;
919922
default:
920923
return NULL;

0 commit comments

Comments
 (0)