Re: [PATCH v2 5/6] net: dwc_eth_qos: use generic ethernet phy for stm32 variant

2021-04-29 Thread Ramon Fried
On Mon, Apr 26, 2021 at 6:47 PM Patrick Delaunay wrote: > > Use the generic ethernet phy which already manages the correct binding > for gpio reset, including the assert an deassert delays. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: > - use generic ethernet phy for stm32 variant

[PATCH v2 5/6] net: dwc_eth_qos: use generic ethernet phy for stm32 variant

2021-04-26 Thread Patrick Delaunay
Use the generic ethernet phy which already manages the correct binding for gpio reset, including the assert an deassert delays. Signed-off-by: Patrick Delaunay --- Changes in v2: - use generic ethernet phy for stm32 variant, this patch is a REWORK of previous serie: the device parsing is done