Re: [PATCH 4/5] net: dwc_eth_qos: add support for phy-reset-gpios property

2024-06-14 Thread Patrice CHOTARD
On 4/28/24 16:24, Heesub Shin wrote: > This commit adds support for a property 'phy-reset-gpios' to reset PHY > chipset. > > Signed-off-by: Heesub Shin > --- > drivers/net/dwc_eth_qos_stm32.c | 23 ++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > diff --git a/dri

Re: [PATCH 4/5] net: dwc_eth_qos: add support for phy-reset-gpios property

2024-06-06 Thread Patrice CHOTARD
On 4/28/24 16:24, Heesub Shin wrote: > This commit adds support for a property 'phy-reset-gpios' to reset PHY > chipset. > > Signed-off-by: Heesub Shin > --- > drivers/net/dwc_eth_qos_stm32.c | 23 ++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > diff --git a/dri

[PATCH 4/5] net: dwc_eth_qos: add support for phy-reset-gpios property

2024-04-28 Thread Heesub Shin
This commit adds support for a property 'phy-reset-gpios' to reset PHY chipset. Signed-off-by: Heesub Shin --- drivers/net/dwc_eth_qos_stm32.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/drivers/net/dwc_eth_qos_stm32.c b/drivers/net/dwc_eth_qos_stm