diff options
author | Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com> | 2023-12-13 18:14:22 +0200 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2024-02-08 10:41:24 +0800 |
commit | 7e02c3accb464871bcdd11597b1afc72c3b46593 (patch) | |
tree | e49dda2f4608abf204cda0129a435b0d7e435ef2 /drivers | |
parent | 84e57e7dfb395fc16bec50cf477d25144ab9747a (diff) | |
download | u-boot-7e02c3accb464871bcdd11597b1afc72c3b46593.zip u-boot-7e02c3accb464871bcdd11597b1afc72c3b46593.tar.gz u-boot-7e02c3accb464871bcdd11597b1afc72c3b46593.tar.bz2 |
net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structure
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/phy/nxp-c45-tja11xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/nxp-c45-tja11xx.c b/drivers/net/phy/nxp-c45-tja11xx.c index 27d871c..e787f5f 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, |