diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2014-12-30 18:32:04 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-16 09:32:11 -0800 |
commit | f7c38cf827a0cf9d5ab4ca60131dffa10a2e4309 (patch) | |
tree | 45d226946e022a564f62bca207594778ce519f61 /include/phy.h | |
parent | 59d34ed022f8e0f0f34257b7b8a3d0edd24f8434 (diff) | |
download | u-boot-imx-f7c38cf827a0cf9d5ab4ca60131dffa10a2e4309.zip u-boot-imx-f7c38cf827a0cf9d5ab4ca60131dffa10a2e4309.tar.gz u-boot-imx-f7c38cf827a0cf9d5ab4ca60131dffa10a2e4309.tar.bz2 |
phylib: add support for aquantia PHYs
This patch supports AQ1202, AQ2104, AQR105 PHY.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/phy.h')
-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 1e282e2..d117fc1 100644 --- a/include/phy.h +++ b/include/phy.h @@ -225,6 +225,7 @@ int gen10g_startup(struct phy_device *phydev); int gen10g_shutdown(struct phy_device *phydev); int gen10g_discover_mmds(struct phy_device *phydev); +int phy_aquantia_init(void); int phy_atheros_init(void); int phy_broadcom_init(void); int phy_cortina_init(void); |