aboutsummaryrefslogtreecommitdiff
path: root/include/phy.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-06-10 14:08:00 -0400
committerTom Rini <trini@konsulko.com>2023-06-10 14:08:00 -0400
commit5b589e139620214f26eb83c9fb7bbd62b5f8fc1d (patch)
tree148aefb39e8e2dac86b475ef4b9e77c26760ef9f /include/phy.h
parentcc5a94092317dfd275d18fdcf5884d5d4e4f2c09 (diff)
parent32d2461e0467b50abeb5662fce41fdd686e88b61 (diff)
downloadu-boot-WIP/10Jun2023-next.zip
u-boot-WIP/10Jun2023-next.tar.gz
u-boot-WIP/10Jun2023-next.tar.bz2
Merge branch 'next_net/phy_connect_dev' of https://source.denx.de/u-boot/custodians/u-boot-sh into nextWIP/11Jun2023WIP/10Jun2023-next
Diffstat (limited to 'include/phy.h')
-rw-r--r--include/phy.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/phy.h b/include/phy.h
index 247223d..f023a3c 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -224,15 +224,6 @@ static inline struct phy_device *fixed_phy_create(ofnode node)
#endif
/**
- * phy_connect_dev() - Associates the given pair of PHY and Ethernet devices
- * @phydev: PHY device
- * @dev: Ethernet device
- * @interface: type of MAC-PHY interface
- */
-void phy_connect_dev(struct phy_device *phydev, struct udevice *dev,
- phy_interface_t interface);
-
-/**
* phy_connect() - Creates a PHY device for the Ethernet interface
* Creates a PHY device for the PHY at the given address, if one doesn't exist
* already, and associates it with the Ethernet device.