diff options
| author | Tom Rini <trini@ti.com> | 2014-12-08 16:35:07 -0500 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-12-08 16:35:07 -0500 | 
| commit | 272a1acf1ef574356e5da51f7d6b3b07ab4e9b83 (patch) | |
| tree | b65e7b532ac7beb91cfbf3b16f1df76a3a65d59d /include/phy.h | |
| parent | 98d2d5e8c473232dc718763dbec284b7349dcc05 (diff) | |
| parent | af7219de2c66b64ddae0348b3d3fa5072d800dd2 (diff) | |
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/phy.h')
| -rw-r--r-- | include/phy.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/phy.h b/include/phy.h index d430ed0e32b..1e282e2964e 100644 --- a/include/phy.h +++ b/include/phy.h @@ -227,6 +227,7 @@ int gen10g_discover_mmds(struct phy_device *phydev);  int phy_atheros_init(void);  int phy_broadcom_init(void); +int phy_cortina_init(void);  int phy_davicom_init(void);  int phy_et1011c_init(void);  int phy_lxt_init(void); @@ -241,6 +242,7 @@ int phy_vitesse_init(void);  int board_phy_config(struct phy_device *phydev);  /* PHY UIDs for various PHYs that are referenced in external code */ +#define PHY_UID_CS4340  0x13e51002  #define PHY_UID_TN2020	0x00a19410  #endif | 
