Re: [PATCH v2 3/4] net: mvmdio: print warning when orion-mdio has too many clocks

2019-07-09 Thread Andrew Lunn
On Tue, Jul 09, 2019 at 03:01:00PM +0200, jo...@solid-run.com wrote: > From: Josua Mayer > > Print a warning when device tree specifies more than the maximum of four > clocks supported by orion-mdio. Because reading from mdio can lock up > the Armada 8k when a required clock is not initialized, i

[PATCH v2 3/4] net: mvmdio: print warning when orion-mdio has too many clocks

2019-07-09 Thread josua
From: Josua Mayer Print a warning when device tree specifies more than the maximum of four clocks supported by orion-mdio. Because reading from mdio can lock up the Armada 8k when a required clock is not initialized, it is important to notify the user when a specified clock is ignored. Signed-of