net: introduce helpers to get PHY ofnode from MAC
authorMarek Behún <marek.behun@nic.cz>
Wed, 6 Apr 2022 22:32:57 +0000 (00:32 +0200)
committerRamon Fried <ramon@neureality.ai>
Sun, 10 Apr 2022 05:44:12 +0000 (08:44 +0300)
commitf3dd213e151ece2a382e730f5e75156536b2419d
tree1a88d8bbb2a4a09f78f986d2097ae333d10a3ac7
parenta7a96ef812976d9fa73376fa44686a1ee4af16ee
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>
arch/sandbox/dts/test.dts
drivers/core/ofnode.c
drivers/core/read.c
include/dm/ofnode.h
include/dm/read.h
net/mdio-uclass.c
test/dm/ofnode.c