Re: EXT: [PATCH 2/5] msc_sm2s_imx8mp: Make Ethernet functional

2024-02-15 Thread Ian Ray
On Tue, Feb 13, 2024 at 08:43:39AM -0300, Fabio Estevam wrote: > > From: Fabio Estevam > > Currently, the Ethernet ports are not working. > > The Ethernet PHY reset lines are controlled by the TCA6424 I2C GPIO > expander. > > The TCA6424 I2C GPIO expander is supported by the CONFIG_DM_PCA953X

[PATCH 2/5] msc_sm2s_imx8mp: Make Ethernet functional

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Currently, the Ethernet ports are not working. The Ethernet PHY reset lines are controlled by the TCA6424 I2C GPIO expander. The TCA6424 I2C GPIO expander is supported by the CONFIG_DM_PCA953X driver. Select the CONFIG_DM_PCA953X option so that the Ethernet PHYs can go thro