Re: [PATCH v2 3/4] net: ethoc: set up MII management bus clock

2014-01-29 Thread Max Filippov
On Wed, Jan 29, 2014 at 11:01 AM, Florian Fainelli wrote: > Le 28/01/2014 22:00, Max Filippov a écrit : > >> MII management bus clock is derived from the MAC clock by dividing it by >> MIIMODER register CLKDIV field value. This value may need to be set up >> in case it is undefined or its default

Re: [PATCH v2 3/4] net: ethoc: set up MII management bus clock

2014-01-28 Thread Florian Fainelli
Le 28/01/2014 22:00, Max Filippov a écrit : MII management bus clock is derived from the MAC clock by dividing it by MIIMODER register CLKDIV field value. This value may need to be set up in case it is undefined or its default value is too high (and communication with PHY is too slow) or too low

[PATCH v2 3/4] net: ethoc: set up MII management bus clock

2014-01-28 Thread Max Filippov
MII management bus clock is derived from the MAC clock by dividing it by MIIMODER register CLKDIV field value. This value may need to be set up in case it is undefined or its default value is too high (and communication with PHY is too slow) or too low (and communication with PHY is impossible). Th