Re: [PATCH] lan743x: Use correct MAC_CR configuration for 1 GBit speed

From: Andrew Lunn
Date: Wed Jun 03 2020 - 21:01:13 EST


On Wed, Jun 03, 2020 at 11:54:14PM +0200, Roelof Berg wrote:
> Corrected the MAC_CR configuration bits for 1 GBit operation. The data
> sheet allows MAC_CR(2:1) to be 10 and also 11 for 1 GBit/s speed, but
> only 10 works correctly.
>
> Devices tested:
> Microchip Lan7431, fixed-phy mode
> Microchip Lan7430, normal phy mode
>
> Signed-off-by: Roelof Berg <rberg@xxxxxxxxxxxxxxxxx>

Fixes: 6f197fb63850 ("lan743x: Added fixed link and RGMII support")
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

This was probably in the pull request for the merge window.

Andrew