[U-Boot] [PATCH] net/phy: Add phy-id for IN112525_S03
Priyanka Jain
priyanka.jain at nxp.com
Thu Oct 11 04:47:05 UTC 2018
Signed-off-by: Priyanka Jain <priyanka.jain at nxp.com>
---
include/phy.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/phy.h b/include/phy.h
index 52bf997..ef5ca7e 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -315,5 +315,6 @@ 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_TN2020 0x00a19410
+#define PHY_UID_IN112525_S03 0x02107440
#endif
--
1.9.1
More information about the U-Boot
mailing list