Re: [PATCH] net: zynq_gem: Update the MDC clock divisor in the probe function

2023-09-26 Thread Michal Simek
On 9/22/23 06:50, Venkatesh Yadav Abbarapu wrote: MDC clock change needs to be done when the driver probe function is called as mdio is enabled at probe and not when the ethernet starts. Setup the MDC clock at the probe itself. Signed-off-by: Venkatesh Yadav Abbarapu ---

[PATCH] net: zynq_gem: Update the MDC clock divisor in the probe function

2023-09-21 Thread Venkatesh Yadav Abbarapu
MDC clock change needs to be done when the driver probe function is called as mdio is enabled at probe and not when the ethernet starts. Setup the MDC clock at the probe itself. Signed-off-by: Venkatesh Yadav Abbarapu --- drivers/net/zynq_gem.c | 73 +++--- 1