mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user