Re: [PATCH v2] net/phy: micrel: Add clock support for KSZ8021/KSZ8031

2014-10-10 Thread David Miller
From: Sascha Hauer Date: Fri, 10 Oct 2014 09:48:05 +0200 > The KSZ8021 and KSZ8031 support RMII reference input clocks of 25MHz > and 50MHz. Both PHYs differ in the default frequency they expect > after reset. If this differs from the actual input clock, then > register 0x1f bit 7 must be changed

Re: [PATCH v2] net/phy: micrel: Add clock support for KSZ8021/KSZ8031

2014-10-10 Thread Florian Fainelli
On 10/10/2014 12:48 AM, Sascha Hauer wrote: > The KSZ8021 and KSZ8031 support RMII reference input clocks of 25MHz > and 50MHz. Both PHYs differ in the default frequency they expect > after reset. If this differs from the actual input clock, then > register 0x1f bit 7 must be changed. > > Signed-o