Re: [PATCH 0/4] imx93: add DWC EQoS MAC driver support

2023-08-01 Thread Fabio Estevam
Hi Sébastien,

On Thu, Jul 27, 2023 at 5:33 AM Sébastien Szymanski
 wrote:
>
> This series makes the DWC EQos MAC work on i.MX93.
> It depends on the i.MX93 CCF driver:
> https://lore.kernel.org/u-boot/20230725080856.26567-1-sebastien.szyman...@armadeus.com/
>
> Tested on i.MX93 EVK board:
> u-boot=> dhcp
> ethernet@428a Waiting for PHY auto negotiation to complete done
> BOOTP broadcast 1
> *** Unhandled DHCP Option in OFFER/ACK: 125
> *** Unhandled DHCP Option in OFFER/ACK: 125
> DHCP client bound to address 192.168.1.50 (35 ms)
>
> u-boot=> ping 192.168.1.51
> Using ethernet@428a device
> host 192.168.1.51 is alive
> u-boot=>

Thanks for the series:

Reviewed-by: Fabio Estevam 


[PATCH 0/4] imx93: add DWC EQoS MAC driver support

2023-07-27 Thread Sébastien Szymanski
This series makes the DWC EQos MAC work on i.MX93.
It depends on the i.MX93 CCF driver:
https://lore.kernel.org/u-boot/20230725080856.26567-1-sebastien.szyman...@armadeus.com/

Tested on i.MX93 EVK board:
u-boot=> dhcp
ethernet@428a Waiting for PHY auto negotiation to complete done
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 125
*** Unhandled DHCP Option in OFFER/ACK: 125
DHCP client bound to address 192.168.1.50 (35 ms)

u-boot=> ping 192.168.1.51
Using ethernet@428a device
host 192.168.1.51 is alive
u-boot=> 

Sébastien Szymanski (4):
  net: dwc_eth_qos: add i.MX93 support
  net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93
  net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG
  arm: dts: imx93-evk: remove wrong eqos compatible string

 arch/arm/dts/imx93-11x11-evk-u-boot.dtsi |  4 --
 arch/arm/mach-imx/imx9/clock.c   | 53 
 board/freescale/imx93_evk/imx93_evk.c| 16 ---
 drivers/net/dwc_eth_qos.c|  4 ++
 drivers/net/dwc_eth_qos_imx.c|  3 ++
 drivers/net/phy/realtek.c| 14 +++
 6 files changed, 74 insertions(+), 20 deletions(-)

-- 
2.41.0