summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2024-02-13 08:43:39 -0300
committerFabio Estevam <[email protected]>2024-02-19 08:19:39 -0300
commitb8d4b1c5820473926caa4bcb3adbcfc6d369106c (patch)
tree21cbd8aeeba4e281e711079b2a08469eddd932e5
parenta59fb3dcf0f2099dcb8975a189408f01a8facea7 (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 <[email protected]> Reviewed-by: Ian Ray <[email protected]>
-rw-r--r--configs/msc_sm2s_imx8mp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/msc_sm2s_imx8mp_defconfig b/configs/msc_sm2s_imx8mp_defconfig
index 9c27a72f8a0..a190c1ea22e 100644
--- a/configs/msc_sm2s_imx8mp_defconfig
+++ b/configs/msc_sm2s_imx8mp_defconfig
@@ -72,6 +72,7 @@ CONFIG_CLK_COMPOSITE_CCF=y
CONFIG_SPL_CLK_IMX8MP=y
CONFIG_CLK_IMX8MP=y
CONFIG_MXC_GPIO=y
+CONFIG_DM_PCA953X=y
CONFIG_DM_I2C=y
CONFIG_LED=y
CONFIG_LED_GPIO=y