[U-Boot] [PATCH] net/phy: Add phy-id for IN112525_S03

Signed-off-by: Priyanka Jain priyanka.jain@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

On Wed, Oct 10, 2018 at 11:47 PM Priyanka Jain priyanka.jain@nxp.com wrote:
Signed-off-by: Priyanka Jain priyanka.jain@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
Why define it and not use it anywhere?
#endif
1.9.1
U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

-----Original Message----- From: Joe Hershberger joe.hershberger@ni.com Sent: Thursday, October 11, 2018 10:55 AM To: Priyanka Jain priyanka.jain@nxp.com Cc: u-boot u-boot@lists.denx.de; York Sun york.sun@nxp.com; Joseph Hershberger joseph.hershberger@ni.com Subject: Re: [U-Boot] [PATCH] net/phy: Add phy-id for IN112525_S03
On Wed, Oct 10, 2018 at 11:47 PM Priyanka Jain priyanka.jain@nxp.com wrote:
Signed-off-by: Priyanka Jain priyanka.jain@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
Why define it and not use it anywhere?
I am working on lx2160ardb board patch which will use this.
#endif
1.9.1
U-Boot mailing list U-Boot@lists.denx.de https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis ts.denx.de%2Flistinfo%2Fu-
boot&data=02%7C01%7Cpriyanka.jain%40nxp.
com%7C2879387b37434dc54c4708d62f39ed63%7C686ea1d3bc2b4c6fa92cd99 c5c301
635%7C0%7C0%7C636748323185939241&sdata=LqCQNw1MYMUSzVhn Oj4H2deBPiQ
iFfrdiTXWCoRQj4c%3D&reserved=0

On Wed, Oct 10, 2018 at 11:47 PM Priyanka Jain priyanka.jain@nxp.com wrote:
Signed-off-by: Priyanka Jain priyanka.jain@nxp.com
Acked-by: Joe Hershberger joe.hershberger@ni.com

Hi Priyanka,
https://patchwork.ozlabs.org/patch/982237/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks! -Joe
participants (2)
-
Joe Hershberger
-
Priyanka Jain