mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
phy: broadcom: Add bcm54213pe configuration
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -123,6 +123,11 @@ static int bcm54210e_config_init(struct phy_device *phydev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int bcm54213pe_config_init(struct phy_device *phydev)
|
||||||
|
{
|
||||||
|
return bcm54210e_config_init(phydev);
|
||||||
|
}
|
||||||
|
|
||||||
static int bcm54612e_config_init(struct phy_device *phydev)
|
static int bcm54612e_config_init(struct phy_device *phydev)
|
||||||
{
|
{
|
||||||
int reg;
|
int reg;
|
||||||
@@ -499,6 +504,9 @@ static int bcm54xx_config_init(struct phy_device *phydev)
|
|||||||
case PHY_ID_BCM54612E:
|
case PHY_ID_BCM54612E:
|
||||||
err = bcm54612e_config_init(phydev);
|
err = bcm54612e_config_init(phydev);
|
||||||
break;
|
break;
|
||||||
|
case PHY_ID_BCM54213PE:
|
||||||
|
err = bcm54213pe_config_init(phydev);
|
||||||
|
break;
|
||||||
case PHY_ID_BCM54616S:
|
case PHY_ID_BCM54616S:
|
||||||
err = bcm54616s_config_init(phydev);
|
err = bcm54616s_config_init(phydev);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user