]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: mediatek: fix direct MDIO clause 45 access via SoC
authorWeijie Gao <weijie.gao@mediatek.com>
Wed, 19 Jul 2023 09:17:03 +0000 (17:17 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:50 +0000 (09:40 -0400)
commitc94ad0091714602b8dcff24763f80600a72bc8d1
tree197d1d05bc44891ae24a1dcffe083f4d2b068321
parentc41a058fb2a3405a36d70274d8415957e46fa0d6
net: mediatek: fix direct MDIO clause 45 access via SoC

The original direct MDIO clause 45 access via SoC is missing the
data output. This patch adds it back to ensure MDIO clause 45 can
work properly for external PHYs.

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