diff options
author | John Haechten <john.haechten@microsemi.com> | 2016-12-09 22:15:17 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-02-08 16:32:58 -0600 |
commit | a5fd13ad1913d9c66c47666dbedac7703a48e502 (patch) | |
tree | ec4385251f5aa5d8c25928654223f60aac82e4c2 /include | |
parent | af2cbfd6b982f7a52414ea50b2ece0290d4b748f (diff) | |
download | u-boot-a5fd13ad1913d9c66c47666dbedac7703a48e502.zip u-boot-a5fd13ad1913d9c66c47666dbedac7703a48e502.tar.gz u-boot-a5fd13ad1913d9c66c47666dbedac7703a48e502.tar.bz2 |
net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541
Signed-off-by: John Haechten <john.haechten@microsemi.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
-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 268d9a1..5477496 100644 --- a/include/phy.h +++ b/include/phy.h @@ -266,6 +266,7 @@ int phy_teranetics_init(void); int phy_ti_init(void); int phy_vitesse_init(void); int phy_xilinx_init(void); +int phy_mscc_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); |