Marek Behún 123ca114e0 net: introduce helpers to get PHY interface mode from a device/ofnode
Add helpers ofnode_read_phy_mode() and dev_read_phy_mode() to parse the
"phy-mode" / "phy-connection-type" property. Add corresponding UT test.

Use them treewide.

This allows us to inline the phy_get_interface_by_name() into
ofnode_read_phy_mode(), since the former is not used anymore.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
2022-04-10 08:44:12 +03:00
..
2022-01-19 18:11:34 +01:00
2021-07-23 13:36:20 -04:00
2022-01-19 18:11:34 +01:00
2021-07-23 13:36:14 -04:00
2021-07-23 13:36:20 -04:00
2022-03-10 08:28:36 -05:00