aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-11-17 13:27:09 -0800
committerTom Rini <trini@konsulko.com>2022-11-28 13:06:40 -0500
commit5e6c069b2c6b37083da685f39fa56ab5137dbdf9 (patch)
treeef486924750d138effb1ecd24081cb6bf28820d4 /include
parentd1559435d7f03517c7306e1c43e2ef497479f34b (diff)
downloadu-boot-5e6c069b2c6b37083da685f39fa56ab5137dbdf9.zip
u-boot-5e6c069b2c6b37083da685f39fa56ab5137dbdf9.tar.gz
u-boot-5e6c069b2c6b37083da685f39fa56ab5137dbdf9.tar.bz2
phy: add driver for Intel XWAY PHY
Add a driver for the Intel XWAY GbE PHY: - configure RGMII using dt phy-mode and standard delay properties - use genphy_config Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include')
-rw-r--r--include/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h
index 0737c4e..ff69536 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -380,6 +380,7 @@ int phy_teranetics_init(void);
int phy_ti_init(void);
int phy_vitesse_init(void);
int phy_xilinx_init(void);
+int phy_xway_init(void);
int phy_mscc_init(void);
int phy_fixed_init(void);
int phy_ncsi_init(void);