]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitb8d4b1c5820473926caa4bcb3adbcfc6d369106c
tree21cbd8aeeba4e281e711079b2a08469eddd932e5
parenta59fb3dcf0f2099dcb8975a189408f01a8facea7
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>
configs/msc_sm2s_imx8mp_defconfig