Re: [PATCH 2/3] net-next: mediatek: add fixed-phy support

2016-05-05 Thread Andrew Lunn
On Thu, May 05, 2016 at 11:17:35AM +0200, John Crispin wrote: > The MT7623 SoC has a builtin gigabit switch. If we want to use it, GMAC1 > needs to be configured using a fixed link speed and flow control settings. > The easiest way to do this is to used the fixed-phy driver, allowing us to > reuse

[PATCH 2/3] net-next: mediatek: add fixed-phy support

2016-05-05 Thread John Crispin
The MT7623 SoC has a builtin gigabit switch. If we want to use it, GMAC1 needs to be configured using a fixed link speed and flow control settings. The easiest way to do this is to used the fixed-phy driver, allowing us to reuse the existing mdio polling code to setup the MAC. Signed-off-by: John