Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-30 Thread York Sun
On 10/8/18 6:51 AM, Bin Meng wrote: > Per T1040RM (Rev. 1, 08/2015), the value of > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong > and should be 0x0080 (bit 440 in the RCW). > > Signed-off-by: Bin Meng > --- This set is applied to u-boot-mpc85xx master, awaiting upstream. York

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-29 Thread York Sun
On 10/28/18 06:01, Bin Meng wrote: > On Thu, Oct 25, 2018 at 2:46 PM Poonam Aggrwal wrote: > > Thanks Poonam! > > York, I believe these 2 patches need be included in the v2018.11 release. > They are in my queue. York ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-28 Thread Bin Meng
On Thu, Oct 25, 2018 at 2:46 PM Poonam Aggrwal wrote: > > Hello Bin, > > > > -Original Message- > > From: Bin Meng [mailto:bmeng...@gmail.com] > > Sent: Monday, October 22, 2018 9:41 AM > > To: Poonam Aggrwal > > Cc: York Sun ; U-Boot Mailing List > > Subject: Re: [PATCH 1/2] powerpc:

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-25 Thread Poonam Aggrwal
Hello Bin, > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Monday, October 22, 2018 9:41 AM > To: Poonam Aggrwal > Cc: York Sun ; U-Boot Mailing List > Subject: Re: [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value > > Hi Poonam, > > On Mon, Oct

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-21 Thread Bin Meng
Hi Poonam, On Mon, Oct 22, 2018 at 11:43 AM Poonam Aggrwal wrote: > > > > > -Original Message- > > From: Bin Meng [mailto:bmeng...@gmail.com] > > Sent: Monday, October 22, 2018 7:41 AM > > To: York Sun > > Cc: Poonam Aggrwal ; U-Boot Mailing List > b...@lists.denx.de> > > Subject: Re:

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-21 Thread Poonam Aggrwal
> -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Monday, October 22, 2018 7:41 AM > To: York Sun > Cc: Poonam Aggrwal ; U-Boot Mailing List b...@lists.denx.de> > Subject: Re: [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value > > On Mon, Oct 15, 2018

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-21 Thread Bin Meng
On Mon, Oct 15, 2018 at 1:21 PM Bin Meng wrote: > > On Mon, Oct 8, 2018 at 11:07 PM York Sun wrote: > > > > On 10/08/2018 06:51 AM, Bin Meng wrote: > > > Per T1040RM (Rev. 1, 08/2015), the value of > > > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong > > > and should be 0x0080 (bit 440

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-14 Thread Bin Meng
On Mon, Oct 8, 2018 at 11:07 PM York Sun wrote: > > On 10/08/2018 06:51 AM, Bin Meng wrote: > > Per T1040RM (Rev. 1, 08/2015), the value of > > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong > > and should be 0x0080 (bit 440 in the RCW). > > > > Signed-off-by: Bin Meng > > --- > > >

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-08 Thread York Sun
On 10/08/2018 06:51 AM, Bin Meng wrote: > Per T1040RM (Rev. 1, 08/2015), the value of > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong > and should be 0x0080 (bit 440 in the RCW). > > Signed-off-by: Bin Meng > --- Poonam, Please review and confirm on T1040. Thanks. York

[U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-08 Thread Bin Meng
Per T1040RM (Rev. 1, 08/2015), the value of FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong and should be 0x0080 (bit 440 in the RCW). Signed-off-by: Bin Meng --- arch/powerpc/include/asm/immap_85xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git