Signed-off-by: Priyanka Jain <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

