Re: [PATCH V2 4/4] net: ethernet: ravb: Enable optional refclk

2021-01-16 Thread Sergei Shtylyov
Hello! On 15.01.2021 23:19, Adam Ford wrote: For devices that use a programmable clock for the avb reference clock, AVB. the driver may need to enable them. Add code to find the optional clock and enable it when available. Signed-off-by: Adam Ford [...] diff --git a/drivers/net/ethe

[PATCH V2 4/4] net: ethernet: ravb: Enable optional refclk

2021-01-15 Thread Adam Ford
For devices that use a programmable clock for the avb reference clock, the driver may need to enable them. Add code to find the optional clock and enable it when available. Signed-off-by: Adam Ford --- drivers/net/ethernet/renesas/ravb.h | 1 + drivers/net/ethernet/renesas/ravb_main.c | 8