net: mdio-uclass: introduce dm_eth_phy_connect_interface()
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Tue, 30 Sep 2025 08:05:10 +0000 (10:05 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 17:07:44 +0000 (11:07 -0600)
commit8db554dcbb2374a2dea130af56d781732070beb7
treea680802e57b1b38725cb1144bd30e0db02d15ad2
parent361731fc39c3257c28efda902344270b7eb1fd4d
net: mdio-uclass: introduce dm_eth_phy_connect_interface()

dm_eth_phy_connect_interface() is a variant of dm_eth_phy_connect() that
allows to set the used PHY mode, in case the MAC driver needs to fix it
up. The previously static dm_eth_connect_phy_handle() is renamed and
extended for this purpose.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
include/miiphy.h
net/mdio-uclass.c