diff options
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2015-09-25 23:46:08 -0700 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-11-19 13:09:21 +0100 |
commit | 721aed79126ba954028137eabe71678523a8b157 (patch) | |
tree | ef872560702288fabc6a46891f52a503f048a575 /include/phy.h | |
parent | 8741c490f9028db16634031fdf86ef3866fc3fc5 (diff) | |
download | u-boot-721aed79126ba954028137eabe71678523a8b157.tar.gz |
net: phy: Add support for Texas Instruments DP83867
Code is taken from Linux kernel driver (v4.2).
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.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 3f826b66f7..66cf61bdfb 100644 --- a/include/phy.h +++ b/include/phy.h @@ -251,6 +251,7 @@ int phy_natsemi_init(void); int phy_realtek_init(void); int phy_smsc_init(void); int phy_teranetics_init(void); +int phy_ti_init(void); int phy_vitesse_init(void); int board_phy_config(struct phy_device *phydev); |