aboutsummaryrefslogtreecommitdiff
path: root/configs/msc_sm2s_imx8mp_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-02-13 08:43:39 -0300
committerFabio Estevam <festevam@denx.de>2024-02-19 08:19:39 -0300
commitb8d4b1c5820473926caa4bcb3adbcfc6d369106c (patch)
tree21cbd8aeeba4e281e711079b2a08469eddd932e5 /configs/msc_sm2s_imx8mp_defconfig
parenta59fb3dcf0f2099dcb8975a189408f01a8facea7 (diff)
downloadu-boot-b8d4b1c5820473926caa4bcb3adbcfc6d369106c.zip
u-boot-b8d4b1c5820473926caa4bcb3adbcfc6d369106c.tar.gz
u-boot-b8d4b1c5820473926caa4bcb3adbcfc6d369106c.tar.bz2
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>
Diffstat (limited to 'configs/msc_sm2s_imx8mp_defconfig')
-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 9c27a72..a190c1e 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