summaryrefslogtreecommitdiffstats
path: root/include/phy.h
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2014-12-30 18:32:04 +0800
committerYork Sun <yorksun@freescale.com>2015-01-16 09:32:11 -0800
commitf7c38cf827a0cf9d5ab4ca60131dffa10a2e4309 (patch)
tree45d226946e022a564f62bca207594778ce519f61 /include/phy.h
parent59d34ed022f8e0f0f34257b7b8a3d0edd24f8434 (diff)
downloadtalos-obmc-uboot-f7c38cf827a0cf9d5ab4ca60131dffa10a2e4309.tar.gz
talos-obmc-uboot-f7c38cf827a0cf9d5ab4ca60131dffa10a2e4309.zip
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h
index 1e282e2964..d117fc1634 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);
OpenPOWER on IntegriCloud