commit | 51a4b6f861bd7804570fcc2f8e2e307576bbd73a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Jan 28 02:19:40 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 09 10:58:48 2024 -0500 |
tree | 9da79a34379dd28b477c7394e6d29058e516d771 | |
parent | e5da17d5fc6a04c6992efb6aaa9fbfd9e1bced4f [diff] |
net: phy: Use PHY MDIO address from DT if available 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 <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>