summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWalker Chen <walker.chen@starfivetech.com>2021-11-07 07:06:49 +0300
committersom.qin <som.qin@starfivetech.com>2021-12-30 08:36:46 +0300
commit3482c7c13ccda10ba88ab79ec097a410704646d9 (patch)
treed2427a3f857ee0465072e4ec37acd67dfe59caf9 /include
parent649230306040264cc749ad2bfb68d6d21a2921ed (diff)
downloadu-boot-3482c7c13ccda10ba88ab79ec097a410704646d9.tar.xz
net/phy: add YuTai Corp Ethernet PHYs(YT8511/YT8521) driver
This pathch adds YuTai Corp Ethernet PHYs(YT8511/YT8521) support. Signed-off-by: Walker Chen <walker.chen@starfivetech.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 6b928636b6..b3b618465c 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -538,6 +538,7 @@ int phy_mscc_init(void);
int phy_fixed_init(void);
int phy_ncsi_init(void);
int phy_xilinx_gmii2rgmii_init(void);
+int phy_yutai_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);