Skip to content

Commit

Permalink
net: ethernet: ti: am65-cpsw: Update name of Serdes PHY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Siddharth Vadapalli authored and Jakub Kicinski committed Mar 11, 2023
1 parent aacaf7b commit bca93b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ti/am65-cpsw-nuss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bca93b2

Please sign in to comment.