diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-20 20:16:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-20 20:16:21 -0400 |
commit | 91528821d9c8eecd8a0e73dc0a0bacbb3e6c9054 (patch) | |
tree | fcc98f2cb8194eaa8891f7a07f073c6ab9c84ece /include | |
parent | dd9958a3f4460681bed6a6c6dc99ba47849e3c9b (diff) | |
parent | 523bb66f5a8e2cee22535e509c4e762bbc774406 (diff) | |
download | u-boot-imx-91528821d9c8eecd8a0e73dc0a0bacbb3e6c9054.zip u-boot-imx-91528821d9c8eecd8a0e73dc0a0bacbb3e6c9054.tar.gz u-boot-imx-91528821d9c8eecd8a0e73dc0a0bacbb3e6c9054.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include')
-rw-r--r-- | include/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h index 384dc23..3f826b6 100644 --- a/include/phy.h +++ b/include/phy.h @@ -254,6 +254,7 @@ int phy_teranetics_init(void); int phy_vitesse_init(void); int board_phy_config(struct phy_device *phydev); +int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id); /** * phy_get_interface_by_name() - Look up a PHY interface name |