UPSTREAM: net/phy: Add phy-id for IN112525_S03

Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: Ib26103a02f63a0baa0feb09a10def83097e7458b
This commit is contained in:
Priyanka Jain 2018-10-11 04:47:05 +00:00 committed by Jianhong Chen
parent 7ef8964296
commit 296978b3f4
1 changed files with 4 additions and 2 deletions

View File

@ -274,7 +274,9 @@ static inline bool phy_interface_is_sgmii(struct phy_device *phydev)
} }
/* PHY UIDs for various PHYs that are referenced in external code */ /* PHY UIDs for various PHYs that are referenced in external code */
#define PHY_UID_CS4340 0x13e51002 #define PHY_UID_CS4340 0x13e51002
#define PHY_UID_TN2020 0x00a19410 #define PHY_UID_CS4223 0x03e57003
#define PHY_UID_TN2020 0x00a19410
#define PHY_UID_IN112525_S03 0x02107440
#endif #endif