Re: [PATCH v2] net: phy: Use PHY MDIO address from DT if available

2024-03-09 Thread Tom Rini
On Sun, 28 Jan 2024 02:19:40 +0100, Marek Vasut wrote: > In case the PHY is fully described in DT, use PHY MDIO address > from DT directly instead of always using auto-detection. This > also fixes the behavior of 'mdio list' in such DT setup, which > now prints the PHY connected to the MAC

Re: [PATCH v2] net: phy: Use PHY MDIO address from DT if available

2024-01-28 Thread Paul Barker
On 28/01/2024 01:19, Marek Vasut wrote: > In case the PHY is fully described in DT, use PHY MDIO address > from DT directly instead of always using auto-detection. This > also fixes the behavior of 'mdio list' in such DT setup, which > now prints the PHY connected to the MAC correctly. > >

[PATCH v2] net: phy: Use PHY MDIO address from DT if available

2024-01-27 Thread Marek Vasut
In case the PHY is fully described in DT, use PHY MDIO address from DT directly instead of always using auto-detection. This also fixes the behavior of 'mdio list' in such DT setup, which now prints the PHY connected to the MAC correctly. Signed-off-by: Marek Vasut --- Cc: Joe Hershberger Cc: