]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: mediatek: add support for SGMII 1Gbps auto-negotiation mode
authorWeijie Gao <weijie.gao@mediatek.com>
Wed, 19 Jul 2023 09:17:13 +0000 (17:17 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:50 +0000 (09:40 -0400)
commitbd70f3cea3533b46759eef351c5e1759051db0d8
treeb05ba1b285e29b55f38a0709f9d067683b039e96
parent159458d32c6ef476fc4c42c43eeeaa3923879aa9
net: mediatek: add support for SGMII 1Gbps auto-negotiation mode

Existing SGMII support of mtk-eth is actually a MediaTek-specific
2.5Gbps high-speed SGMII (HSGMII) which does not support
auto-negotiation mode.

This patch adds SGMII 1Gbps auto-negotiation mode and rename the
existing HSGMII to 2500basex.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
drivers/net/mtk_eth.c
drivers/net/mtk_eth.h