From 6c43208a6de13a3b622c7f8ac491f66edc1126f0 Mon Sep 17 00:00:00 2001 From: "Radu Pirea (NXP OSS)" Date: Wed, 13 Dec 2023 18:14:20 +0200 Subject: 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)" --- include/phy.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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) -- cgit v1.2.3