mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +00:00
7676808434
Includes MT7986 ethernet support Signed-off-by: Felix Fietkau <nbd@nbd.name>
11 lines
430 B
Diff
11 lines
430 B
Diff
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
|
|
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
|
|
@@ -667,6 +667,7 @@ static void mtk_validate(struct phylink_
|
|
if (MTK_HAS_CAPS(mac->hw->soc->caps, MTK_SGMII)) {
|
|
phylink_set(mask, 1000baseT_Full);
|
|
phylink_set(mask, 1000baseX_Full);
|
|
+ phylink_set(mask, 2500baseT_Full);
|
|
phylink_set(mask, 2500baseX_Full);
|
|
}
|
|
if (MTK_HAS_CAPS(mac->hw->soc->caps, MTK_RGMII)) {
|