Re: [U-Boot] [PATCH 06/11] drivers: net: aquantia: set MDI reversal based on DT property

2019-08-09 Thread Alex Marginean
On 8/8/2019 7:45 PM, Alex Marginean wrote: MDI pins up to the RJ45 connector may be reversed on the board and the default PHY configuration applied by firmware may or may not match that. Add an optional DT property to configure MDI reversal for this case. Signed-off-by: Alex Marginean ---

[U-Boot] [PATCH 06/11] drivers: net: aquantia: set MDI reversal based on DT property

2019-08-08 Thread Alex Marginean
MDI pins up to the RJ45 connector may be reversed on the board and the default PHY configuration applied by firmware may or may not match that. Add an optional DT property to configure MDI reversal for this case. Signed-off-by: Alex Marginean --- drivers/net/phy/aquantia.c | 39