Re: [U-Boot] [PATCH] board: freescale: ls1012a: fix RGMII TX-delay issue

2018-02-27 Thread Calvin Johnson
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@ni.com] > Sent: Tuesday, February 27, 2018 9:28 PM > To: Calvin Johnson > Cc: u-boot ; Joe Hershberger > ; Anji Jagarlmudi > Subject: Re: [U-Boot] [PATCH] board: freescale: ls1012a: fix RGMII TX-d

Re: [U-Boot] [PATCH] board: freescale: ls1012a: fix RGMII TX-delay issue

2018-02-27 Thread Joe Hershberger
On Thu, Oct 26, 2017 at 12:01 AM, Calvin Johnson wrote: > Recently logic to enable RGMII TX-delay was changed by > commit 05b29aa0cb68 ("net: phy: realtek: fix enabling of the TX-delay > for RTL8211F") > > Based on this, here we are enabling the TX-delay again using > PHY_INTERFACE_MODE_RGMII_TXID

[U-Boot] [PATCH] board: freescale: ls1012a: fix RGMII TX-delay issue

2017-10-25 Thread Calvin Johnson
Recently logic to enable RGMII TX-delay was changed by commit 05b29aa0cb68 ("net: phy: realtek: fix enabling of the TX-delay for RTL8211F") Based on this, here we are enabling the TX-delay again using PHY_INTERFACE_MODE_RGMII_TXID. Signed-off-by: Calvin Johnson Signed-off-by: Anjaneyulu Jagarlmu