net: ethernet: ti: am65-cpsw: Update name of Serdes PHY
The bindings for the am65-cpsw driver use the name "serdes" to refer to the Serdes PHY. Thus, update the name used for the Serdes PHY within the am65_cpsw_init_serdes_phy() function from "serdes-phy" to "serdes". Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
aacaf7b3d1
commit
bca93b20c3
@ -1466,7 +1466,7 @@ static void am65_cpsw_disable_serdes_phy(struct am65_cpsw_common *common)
|
||||
static int am65_cpsw_init_serdes_phy(struct device *dev, struct device_node *port_np,
|
||||
struct am65_cpsw_port *port)
|
||||
{
|
||||
const char *name = "serdes-phy";
|
||||
const char *name = "serdes";
|
||||
struct phy *phy;
|
||||
int ret;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user