commit | f4f1ddc7f9b02a87b8d103120384c8c11e25aa5b | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu Apr 07 00:32:57 2022 +0200 |
committer | Ramon Fried <ramon@neureality.ai> | Sun Apr 10 08:44:12 2022 +0300 |
tree | 1a88d8bbb2a4a09f78f986d2097ae333d10a3ac7 | |
parent | d151e3a4e0e579f4c9231820837d5ce056aa1811 [diff] |
net: introduce helpers to get PHY ofnode from MAC Add helpers ofnode_get_phy_node() and dev_get_phy_node() and use it in net/mdio-uclass.c function dm_eth_connect_phy_handle(). Also add corresponding UT test. This is useful because other part's of U-Boot may want to get PHY ofnode without connecting a PHY. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>