]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structure
authorRadu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
Wed, 13 Dec 2023 16:14:22 +0000 (18:14 +0200)
committerPeng Fan <peng.fan@nxp.com>
Thu, 8 Feb 2024 02:41:24 +0000 (10:41 +0800)
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@oss.nxp.com>
drivers/net/phy/nxp-c45-tja11xx.c

index 27d871c4b6f0e10ff6795f6c6089cf7008dcc6d3..e787f5fbb93760ee7eff74522941d174c53c20fe 100644 (file)
@@ -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,