commit | de5d32f2fe6b6809e142b5407cc98c0ef2dec0d6 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Tue Feb 13 08:43:39 2024 -0300 |
committer | Fabio Estevam <festevam@denx.de> | Mon Feb 19 08:19:39 2024 -0300 |
tree | 21cbd8aeeba4e281e711079b2a08469eddd932e5 | |
parent | 6184d1327a78fcb053356d07812ef3e14fbd39f7 [diff] |
msc_sm2s_imx8mp: Make Ethernet functional 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 through a proper reset making Ethernet to be functional. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>