Re: [U-Boot] [PATCH] net:phy:aquantia Set only autoneg on in register 4.c441

2019-03-01 Thread Joe Hershberger
On Wed, Feb 13, 2019 at 3:15 AM Valentin-catalin Neacsu wrote: > > For AQR405 in register 4.c441 bit 15 was override with 0. This caused the > phy to not negotiate at 2.5GB rate with mac. To avoid > this override it needed first to know the previous value of reg 4.c441 > and set only bit 3. >

[U-Boot] [PATCH] net:phy:aquantia Set only autoneg on in register 4.c441

2019-02-13 Thread Valentin-catalin Neacsu
For AQR405 in register 4.c441 bit 15 was override with 0. This caused the phy to not negotiate at 2.5GB rate with mac. To avoid this override it needed first to know the previous value of reg 4.c441 and set only bit 3. Signed-off-by: Valentin Catalin Neacsu --- drivers/net/phy/aquantia.c | 7