Skip to content

Commit 50ab731

Browse files
ffainellidavem330
authored andcommitted
phy: bcm63xx: report Broadcom BCM63xx PHYs as internal
The Broadcom BCM63xx PHY driver is for the SoC internal PHYs, flag these as internal PHY devices. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4284b6a commit 50ab731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/phy/bcm63xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static struct phy_driver bcm63xx_driver[] = {
7878
.name = "Broadcom BCM63XX (1)",
7979
/* ASYM_PAUSE bit is marked RO in datasheet, so don't cheat */
8080
.features = (PHY_BASIC_FEATURES | SUPPORTED_Pause),
81-
.flags = PHY_HAS_INTERRUPT,
81+
.flags = PHY_HAS_INTERRUPT | PHY_IS_INTERNAL,
8282
.config_init = bcm63xx_config_init,
8383
.config_aneg = genphy_config_aneg,
8484
.read_status = genphy_read_status,
@@ -91,7 +91,7 @@ static struct phy_driver bcm63xx_driver[] = {
9191
.phy_id_mask = 0xfffffc00,
9292
.name = "Broadcom BCM63XX (2)",
9393
.features = (PHY_BASIC_FEATURES | SUPPORTED_Pause),
94-
.flags = PHY_HAS_INTERRUPT,
94+
.flags = PHY_HAS_INTERRUPT | PHY_IS_INTERNAL,
9595
.config_init = bcm63xx_config_init,
9696
.config_aneg = genphy_config_aneg,
9797
.read_status = genphy_read_status,

0 commit comments

Comments
 (0)