summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryanhong.wang <yanhong.wang@starfivetech.com>2022-04-28 08:52:25 +0300
committerYanhong Wang <yanhong.wang@linux.starfivetech.com>2022-10-18 11:24:34 +0300
commit66ede3957c034d69fbbc24d22c19701c68b42cbf (patch)
treec9760a69102e42e703c6967f3e4993d133e13b84 /include
parent11477926e35cb478977edd67181f6b16ce5a1afc (diff)
downloadu-boot-66ede3957c034d69fbbc24d22c19701c68b42cbf.tar.xz
net:phy:YUTAI: Add YT8511/yt8521 phy driver
This adds basic support for YUTAI YT8511/YT8521 phy. Signed-off-by: yanhong.wang <yanhong.wang@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);