summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPriyanka Jain <priyanka.jain@nxp.com>2018-10-11 04:47:05 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2018-10-24 14:45:38 -0500
commit1ddcf5edbbe48347ecdfdeb904b62ba5f8345757 (patch)
treed160f55cc0d046af2c7b90f6584fafcdadf5a558 /include
parent0126c641e80f7285c891fb98b832d8258d1862ca (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/phy.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/phy.h b/include/phy.h
index d6a83150cf..b86fdfb2ce 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -275,8 +275,9 @@ 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
+#define PHY_UID_CS4340 0x13e51002
+#define PHY_UID_CS4223 0x03e57003
+#define PHY_UID_TN2020 0x00a19410
+#define PHY_UID_IN112525_S03 0x02107440
#endif