Re: [PATCH 6/9] net: dwc_eth_qos: Add i.MX8M Plus RMII support

2023-02-03 Thread Ramon Fried
On Thu, Jan 19, 2023 at 11:45 PM Marek Vasut wrote: > > With DM clock support in place, it is easy to add RMII support into the > MAC driver. The RMII cannot operate at 1000 Mbps and at 100 and 10 Mbps > the clock frequency is 50 MHz and 5 MHz instead of 25 MHz and 2.5 MHz. > > The board DT

[PATCH 6/9] net: dwc_eth_qos: Add i.MX8M Plus RMII support

2023-01-19 Thread Marek Vasut
With DM clock support in place, it is easy to add RMII support into the MAC driver. The RMII cannot operate at 1000 Mbps and at 100 and 10 Mbps the clock frequency is 50 MHz and 5 MHz instead of 25 MHz and 2.5 MHz. The board DT requires the following adjustments to EQoS node: phy-mode = "rmii";