diff options
author | Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com> | 2023-12-13 18:14:20 +0200 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2024-02-08 10:41:23 +0800 |
commit | 6c43208a6de13a3b622c7f8ac491f66edc1126f0 (patch) | |
tree | 83d948c4ef9306839b955948d8b9c208eac9b115 /include/phy.h | |
parent | 0101a2ffe125911ebf89172b495f5ff14f2fd058 (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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/phy.h b/include/phy.h index 27effdb576..e02cbdb58c 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) |