Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-15 Thread Patrick DELAUNAY
Hi, On 4/15/21 8:08 AM, Ramon Fried wrote: On Thu, Apr 15, 2021 at 4:41 AM Ramon Fried wrote: On Wed, Apr 14, 2021 at 5:36 PM Marek Vasut wrote: On 4/14/21 4:07 PM, Patrick DELAUNAY wrote: Hi, Hi, On 4/9/21 2:22 PM, Marek Vasut wrote: On 4/9/21 10:00 AM, Patrick Delaunay wrote: The gpi

Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-14 Thread Ramon Fried
On Thu, Apr 15, 2021 at 4:41 AM Ramon Fried wrote: > > On Wed, Apr 14, 2021 at 5:36 PM Marek Vasut wrote: > > > > On 4/14/21 4:07 PM, Patrick DELAUNAY wrote: > > > Hi, > > > > Hi, > > > > > On 4/9/21 2:22 PM, Marek Vasut wrote: > > >> On 4/9/21 10:00 AM, Patrick Delaunay wrote: > > >>> The gpio r

Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-14 Thread Ramon Fried
On Wed, Apr 14, 2021 at 5:36 PM Marek Vasut wrote: > > On 4/14/21 4:07 PM, Patrick DELAUNAY wrote: > > Hi, > > Hi, > > > On 4/9/21 2:22 PM, Marek Vasut wrote: > >> On 4/9/21 10:00 AM, Patrick Delaunay wrote: > >>> The gpio reset assert/deassert delay are today harcoded in U-Boot driver > >>> but t

Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-14 Thread Marek Vasut
On 4/14/21 4:07 PM, Patrick DELAUNAY wrote: Hi, Hi, On 4/9/21 2:22 PM, Marek Vasut wrote: On 4/9/21 10:00 AM, Patrick Delaunay wrote: The gpio reset assert/deassert delay are today harcoded in U-Boot driver but the value should be read from DT. STM32 use the generic binding defined in linu

Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-14 Thread Patrick DELAUNAY
Hi, On 4/9/21 2:22 PM, Marek Vasut wrote: On 4/9/21 10:00 AM, Patrick Delaunay wrote: The gpio reset assert/deassert delay are today harcoded in U-Boot driver but the value should be read from DT. STM32 use the generic binding defined in linux: Documentation/devicetree/bindings/net/ethernet-ph

Re: [PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-09 Thread Marek Vasut
On 4/9/21 10:00 AM, Patrick Delaunay wrote: The gpio reset assert/deassert delay are today harcoded in U-Boot driver but the value should be read from DT. STM32 use the generic binding defined in linux: Documentation/devicetree/bindings/net/ethernet-phy.yaml reset-gpios: maxItems: 1

[PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay

2021-04-09 Thread Patrick Delaunay
The gpio reset assert/deassert delay are today harcoded in U-Boot driver but the value should be read from DT. STM32 use the generic binding defined in linux: Documentation/devicetree/bindings/net/ethernet-phy.yaml reset-gpios: maxItems: 1 description: The GPIO phandle and specifi