Skip to content

Commit bca93b2

Browse files
Siddharth-Vadapalli-at-TIkuba-moo
authored andcommitted
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>
1 parent aacaf7b commit bca93b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/ti/am65-cpsw-nuss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ static void am65_cpsw_disable_serdes_phy(struct am65_cpsw_common *common)
14661466
static int am65_cpsw_init_serdes_phy(struct device *dev, struct device_node *port_np,
14671467
struct am65_cpsw_port *port)
14681468
{
1469-
const char *name = "serdes-phy";
1469+
const char *name = "serdes";
14701470
struct phy *phy;
14711471
int ret;
14721472

0 commit comments

Comments
 (0)