]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
msc_sm2s_imx8mp: Make Ethernet functional
authorFabio Estevam <festevam@denx.de>
Tue, 13 Feb 2024 11:43:39 +0000 (08:43 -0300)
committerFabio Estevam <festevam@denx.de>
Mon, 19 Feb 2024 11:19:39 +0000 (08:19 -0300)
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>
configs/msc_sm2s_imx8mp_defconfig

index 9c27a72f8a0fb1d25a2a3ebc1c206782b6730dda..a190c1ea22e78b80169b549a149455957cd56535 100644 (file)
@@ -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