summaryrefslogtreecommitdiffstats
path: root/include/phy.h
diff options
context:
space:
mode:
authorMatt Porter <mporter@ti.com>2013-03-20 05:38:13 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:25:54 -0400
commitf485c8a35b38356a473208bec5ed786792c1eafe (patch)
tree366d16978a400ddf626923c978694161bb403858 /include/phy.h
parentf6f86a64ac00980ba6066417bb54f39e39d29703 (diff)
downloadblackbird-obmc-uboot-f485c8a35b38356a473208bec5ed786792c1eafe.tar.gz
blackbird-obmc-uboot-f485c8a35b38356a473208bec5ed786792c1eafe.zip
phy: add support for ET1011C phys
Adds an ET1011C PHY driver which is derived from the Linux kernel PHY driver (drivers/net/phy/et1011c.c) from the v3.9-rc2 tag. Note that an errata workaround config option is implemented to allow for TX_CLK to be enabled even when gigabit mode is negotiated. This workaround is used on the PG1.0 TI814X EVM. Signed-off-by: Matt Porter <mporter@ti.com> Reviewed-by: Tom Rini <trini@ti.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 58ca2730c8..7b4ce744e1 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -223,6 +223,7 @@ int gen10g_discover_mmds(struct phy_device *phydev);
int phy_atheros_init(void);
int phy_broadcom_init(void);
int phy_davicom_init(void);
+int phy_et1011c_init(void);
int phy_lxt_init(void);
int phy_marvell_init(void);
int phy_micrel_init(void);
OpenPOWER on IntegriCloud