Re: [PATCH v3] ARM: imx: imx8mn-*-evk: use DM settings for PHY configuration

2022-02-24 Thread Fabio Estevam
On Wed, Feb 23, 2022 at 5:10 AM Heiko Thiery wrote: > > With the correct settings described in the device-tree the PHY settings > in the board init are no longer required. The values are taken from the > linux device tree. > > The PHY latency settings are derived from the phy-mode property and the

Re: [PATCH v3] ARM: imx: imx8mn-*-evk: use DM settings for PHY configuration

2022-02-23 Thread Marek Vasut
On 2/23/22 09:10, Heiko Thiery wrote: With the correct settings described in the device-tree the PHY settings in the board init are no longer required. The values are taken from the linux device tree. The PHY latency settings are derived from the phy-mode property and the voltage seetings are do

[PATCH v3] ARM: imx: imx8mn-*-evk: use DM settings for PHY configuration

2022-02-23 Thread Heiko Thiery
With the correct settings described in the device-tree the PHY settings in the board init are no longer required. The values are taken from the linux device tree. The PHY latency settings are derived from the phy-mode property and the voltage seetings are done via the regulator. Suggested-by: Mic