Re: [PATCH] net: ravb: Add additional refclk

2021-05-26 Thread Ramon Fried
On Tue, May 25, 2021 at 8:52 PM Adam Ford wrote: > > The ethernet requires an external reference clock, and the driver > currently assumes the clock is always running. For devices using > a programmable clock, this may not be true. Add an optional clock > called 'refclk' to open and enable the r

[PATCH] net: ravb: Add additional refclk

2021-05-25 Thread Adam Ford
The ethernet requires an external reference clock, and the driver currently assumes the clock is always running. For devices using a programmable clock, this may not be true. Add an optional clock called 'refclk' to open and enable the refclk for hardware running with programmable clocks. Signed