diff mbox series

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

Message ID 1539233121-19932-1-git-send-email-priyanka.jain@nxp.com
State Accepted
Commit 1ddcf5e
Delegated to: Joe Hershberger
Headers show
Series [U-Boot] net/phy: Add phy-id for IN112525_S03 | expand

Commit Message

Priyanka Jain Oct. 11, 2018, 4:47 a.m. UTC
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
---
 include/phy.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger Oct. 11, 2018, 5:25 a.m. UTC | #1
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
Priyanka Jain Oct. 11, 2018, 5:27 a.m. UTC | #2
>-----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&amp;data=02%7C01%7Cpriyanka.jain%40nxp.
>>
>com%7C2879387b37434dc54c4708d62f39ed63%7C686ea1d3bc2b4c6fa92cd99
>c5c301
>>
>635%7C0%7C0%7C636748323185939241&amp;sdata=LqCQNw1MYMUSzVhn
>Oj4H2deBPiQ
>> iFfrdiTXWCoRQj4c%3D&amp;reserved=0
Joe Hershberger Oct. 11, 2018, 5:53 a.m. UTC | #3
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>
Joe Hershberger Oct. 24, 2018, 7:57 p.m. UTC | #4
Hi Priyanka,

https://patchwork.ozlabs.org/patch/982237/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe
diff mbox series

Patch

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