Re: [U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings

2016-11-22 Thread york sun
On 10/17/2016 01:33 AM, shh@gmail.com wrote: > From: Shaohui Xie > > The current value to check whether the PHY was configured has dependency > on MC, it expects MC to start PCS AN, this is not true during boot up, > so it should be changed to remove the dependency. > > The PHY's register spac

Re: [U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings

2016-11-10 Thread S.H. Xie
Hi York, Please see inline. > -Original Message- > From: york sun > Sent: Tuesday, November 08, 2016 2:42 AM > To: Prabhakar Kushwaha > Cc: shh@gmail.com; u-boot@lists.denx.de; S.H. Xie > Subject: Re: [PATCH] armv8: ls2080aqds: fix SGMII repeater settings > > On 10/17/2016 01:33 AM

Re: [U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings

2016-11-08 Thread Prabhakar Kushwaha
Hi York, > -Original Message- > From: york sun > Sent: Tuesday, November 08, 2016 12:12 AM > To: Prabhakar Kushwaha > Cc: shh@gmail.com; u-boot@lists.denx.de; S.H. Xie > Subject: Re: [PATCH] armv8: ls2080aqds: fix SGMII repeater settings > > On 10/17/2016 01:33 AM, shh@gmail.co

Re: [U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings

2016-11-07 Thread york sun
On 10/17/2016 01:33 AM, shh@gmail.com wrote: > From: Shaohui Xie > > The current value to check whether the PHY was configured has dependency > on MC, it expects MC to start PCS AN, this is not true during boot up, > so it should be changed to remove the dependency. > > The PHY's register spac

[U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings

2016-10-17 Thread shh.xie
From: Shaohui Xie The current value to check whether the PHY was configured has dependency on MC, it expects MC to start PCS AN, this is not true during boot up, so it should be changed to remove the dependency. The PHY's register space should be restore to default after accessing extended space