Skip to content

Commit

Permalink
msc_sm2s_imx8mp: Make Ethernet functional
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam committed Feb 19, 2024
1 parent a59fb3d commit b8d4b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/msc_sm2s_imx8mp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8d4b1c

Please sign in to comment.