net: stmmac: Add 100Base-T1 and 1000Base-T1 support

Change-Id: I854394757b30042da0c448451affd616278846ce
Signed-off-by: Shaoxing Chen <csx@rock-chips.com>
This commit is contained in:
Shaoxing Chen
2023-05-18 18:46:00 +08:00
committed by Tao Huang
parent 3437b88e21
commit 70dee7045b

View File

@@ -847,6 +847,8 @@ static void stmmac_validate(struct phylink_config *config,
phylink_set(mac_supported, 1000baseT_Half);
phylink_set(mac_supported, 1000baseT_Full);
phylink_set(mac_supported, 1000baseKX_Full);
phylink_set(mac_supported, 100baseT1_Full);
phylink_set(mac_supported, 1000baseT1_Full);
phylink_set(mac_supported, Autoneg);
phylink_set(mac_supported, Pause);