Skip to content

Commit 380b50a

Browse files
CodingMarcodavem330
authored andcommitted
net: phy: broadcom: Wire suspend/resume for BCM54612E
The BCM54612E ethernet PHY supports IDDQ-SR. Therefore wire-up the suspend and resume callbacks to point to bcm54xx_suspend() and bcm54xx_resume(). Signed-off-by: Marco von Rosenberg <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d580d26 commit 380b50a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/phy/broadcom.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,8 @@ static struct phy_driver broadcom_drivers[] = {
11351135
.handle_interrupt = bcm_phy_handle_interrupt,
11361136
.link_change_notify = bcm54xx_link_change_notify,
11371137
.led_brightness_set = bcm_phy_led_brightness_set,
1138+
.suspend = bcm54xx_suspend,
1139+
.resume = bcm54xx_resume,
11381140
}, {
11391141
.phy_id = PHY_ID_BCM54616S,
11401142
.phy_id_mask = 0xfffffff0,

0 commit comments

Comments
 (0)