mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
net: phy: Populate phy driver block for BCM54213PE
The BCM54213PE identifier is a RPI-specific addition. Populate the remainder of the driver functions, including the required probe routine. Add a version of bcm54xx_suspend, from upstream. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
This commit is contained in:
committed by
Dom Cobley
parent
a34cecf271
commit
ca563989da
@@ -1519,8 +1519,14 @@ static struct phy_driver broadcom_drivers[] = {
|
|||||||
PHY_ID_MATCH_EXACT(PHY_ID_BCM54213PE),
|
PHY_ID_MATCH_EXACT(PHY_ID_BCM54213PE),
|
||||||
.name = "Broadcom BCM54213PE",
|
.name = "Broadcom BCM54213PE",
|
||||||
/* PHY_GBIT_FEATURES */
|
/* PHY_GBIT_FEATURES */
|
||||||
|
.get_sset_count = bcm_phy_get_sset_count,
|
||||||
|
.get_strings = bcm_phy_get_strings,
|
||||||
|
.get_stats = bcm54xx_get_stats,
|
||||||
|
.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,
|
||||||
|
.suspend = bcm54xx_suspend,
|
||||||
|
.resume = bcm54xx_resume,
|
||||||
}, {
|
}, {
|
||||||
PHY_ID_MATCH_MODEL(PHY_ID_BCM5461),
|
PHY_ID_MATCH_MODEL(PHY_ID_BCM5461),
|
||||||
.name = "Broadcom BCM5461",
|
.name = "Broadcom BCM5461",
|
||||||
|
|||||||
Reference in New Issue
Block a user