[PATCH v1 3/4] net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structure
Radu Pirea (NXP OSS)
radu-nicolae.pirea at oss.nxp.com
Wed Dec 13 17:14:22 CET 2023
Rename nxp_c45_tja11xx structure to nxp_c45_tja1103. The driver will
support more PHYs and nxp_c45_tja11xx is too generic.
Signed-off-by: Radu Pirea (NXP OSS) <radu-nicolae.pirea at oss.nxp.com>
---
drivers/net/phy/nxp-c45-tja11xx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/phy/nxp-c45-tja11xx.c b/drivers/net/phy/nxp-c45-tja11xx.c
index 27d871c4b6..e787f5fbb9 100644
--- a/drivers/net/phy/nxp-c45-tja11xx.c
+++ b/drivers/net/phy/nxp-c45-tja11xx.c
@@ -353,7 +353,7 @@ static int nxp_c45_probe(struct phy_device *phydev)
#define NXP_C45_COMMON_FEATURES (SUPPORTED_TP | \
SUPPORTED_MII)
-U_BOOT_PHY_DRIVER(nxp_c45_tja11xx) = {
+U_BOOT_PHY_DRIVER(nxp_c45_tja1103) = {
.name = "NXP C45 TJA1103",
.uid = PHY_ID_TJA_1103,
.mask = 0xfffff0,
--
2.34.1
More information about the U-Boot
mailing list