aboutsummaryrefslogtreecommitdiff
path: root/include/phy.h
diff options
context:
space:
mode:
authorRadu Pirea (NXP OSS)2023-12-13 18:14:20 +0200
committerPeng Fan2024-02-08 10:41:23 +0800
commit6c43208a6de13a3b622c7f8ac491f66edc1126f0 (patch)
tree83d948c4ef9306839b955948d8b9c208eac9b115 /include/phy.h
parent0101a2ffe125911ebf89172b495f5ff14f2fd058 (diff)
net: phy: nxp-c45-tja11xx: use local definion of features
Use a local definition for the PHY features. PHY_100BT1_FEATURES are not defined using the 100BaseT1 bit, so keep this workaround in the driver. Signed-off-by: "Radu Pirea (NXP OSS)" <radu-nicolae.pirea@oss.nxp.com>
Diffstat (limited to 'include/phy.h')
-rw-r--r--include/phy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/phy.h b/include/phy.h
index 27effdb5763..e02cbdb58c9 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -51,10 +51,6 @@ struct udevice;
PHY_100BT_FEATURES | \
PHY_DEFAULT_FEATURES)
-#define PHY_100BT1_FEATURES (SUPPORTED_TP | \
- SUPPORTED_MII | \
- SUPPORTED_100baseT_Full)
-
#define PHY_GBIT_FEATURES (PHY_BASIC_FEATURES | \
PHY_1000BT_FEATURES)