Re: [PATCH 5/9] net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus

2023-01-21 Thread Sean Anderson
On 1/19/23 16:44, Marek Vasut wrote: The DWMAC clock in i.MX8M Plus were so far configured via ad-hoc architecture code. Replace that with DM clock instead. This way, the driver claims all its required clock, enables and disables them, and even gets the CSR clock rate and sets the TX clock rate,

[PATCH 5/9] net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus

2023-01-19 Thread Marek Vasut
The DWMAC clock in i.MX8M Plus were so far configured via ad-hoc architecture code. Replace that with DM clock instead. This way, the driver claims all its required clock, enables and disables them, and even gets the CSR clock rate and sets the TX clock rate, without any need of architecture