Revert "Revert "net: phy: broadcom: Handle irqs on BCM54213PE""

This reverts commit 4421ed134f.
This commit is contained in:
Nicolai Buchwitz
2025-07-18 13:19:22 +02:00
committed by Phil Elwell
parent ee32ba5ac3
commit 1d80b65a4e

View File

@@ -1501,6 +1501,8 @@ static struct phy_driver broadcom_drivers[] = {
.probe = bcm54xx_phy_probe, .probe = bcm54xx_phy_probe,
.config_init = bcm54xx_config_init, .config_init = bcm54xx_config_init,
.config_intr = bcm_phy_config_intr, .config_intr = bcm_phy_config_intr,
.handle_interrupt = bcm_phy_handle_interrupt,
.link_change_notify = bcm54xx_link_change_notify,
.suspend = bcm54xx_suspend, .suspend = bcm54xx_suspend,
.resume = bcm54xx_resume, .resume = bcm54xx_resume,
}, { }, {