diff options
author | Vicentiu Galanopulo <vicentiu.galanopulo@nxp.com> | 2018-05-02 06:23:38 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-06-13 13:54:15 -0500 |
commit | 552e7c57d035792c8939d86f276624e2614b936b (patch) | |
tree | e80db9f82eff59ac446c2c5c3c3f39d5d069ec92 /include/phy.h | |
parent | 6e35686d893a1dea647302b3b2b41ea5a6195d1c (diff) | |
download | u-boot-552e7c57d035792c8939d86f276624e2614b936b.tar.gz |
net/phy/cortina: Add support for CS4223 PHY
Add support for Cortina CS4223 10G PHY
- As per the CS4223 specs, an EEPROM module is
connected to the PHY. At startup the PHY reads
the firmware line and tries to load the firmware
into the internal memory.
- This driver reads the EEPROM status
and checks if firmware has been loaded
Signed-off-by: Vicentiu Galanopulo <vicentiu.galanopulo@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/phy.h')
-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 52bf99717c..e8f10ab3d2 100644 --- a/include/phy.h +++ b/include/phy.h @@ -314,6 +314,7 @@ static inline bool phy_interface_is_sgmii(struct phy_device *phydev) /* PHY UIDs for various PHYs that are referenced in external code */ #define PHY_UID_CS4340 0x13e51002 +#define PHY_UID_CS4223 0x03e57003 #define PHY_UID_TN2020 0x00a19410 #endif |