summaryrefslogtreecommitdiffstats
path: root/include/phy.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2016-02-05 13:22:10 +0530
committerMichal Simek <michal.simek@xilinx.com>2016-04-04 20:10:44 +0200
commited6fad3e25e945e7042a53e129adde6a27476c90 (patch)
treee96d2326e77535408e420d8ca69ee2b6e2a1a138 /include/phy.h
parent563d8d93585035fa2a0b20190c1008eb625432c4 (diff)
downloadtalos-obmc-uboot-ed6fad3e25e945e7042a53e129adde6a27476c90.tar.gz
talos-obmc-uboot-ed6fad3e25e945e7042a53e129adde6a27476c90.zip
phy: Add phy driver support for xilinx PCS/PMA core
Add phy driver support for xilinx PCS/PMA core Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.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 09bbe483a4..21459a8c80 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -264,6 +264,7 @@ int phy_smsc_init(void);
int phy_teranetics_init(void);
int phy_ti_init(void);
int phy_vitesse_init(void);
+int phy_xilinx_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);
OpenPOWER on IntegriCloud