git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e57e7
)
net: phy: nxp-c45-tja11xx: rename nxp_c45_tja11xx structure
author
Radu Pirea (NXP OSS)
<radu-nicolae.pirea@oss.nxp.com>
Wed, 13 Dec 2023 16:14:22 +0000
(18:14 +0200)
committer
Peng 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
patch
|
blob
|
history
diff --git
a/drivers/net/phy/nxp-c45-tja11xx.c
b/drivers/net/phy/nxp-c45-tja11xx.c
index
27d871c
..
e787f5f
100644
(file)
--- 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_tja11
xx
) = {
+U_BOOT_PHY_DRIVER(nxp_c45_tja11
03
) = {
.name = "NXP C45 TJA1103",
.uid = PHY_ID_TJA_1103,
.mask = 0xfffff0,