commit | ca038fc0339c02c8a0b455b5d5f533928b284757 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Wed Feb 15 11:41:51 2023 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 29 22:27:38 2023 +0200 |
tree | 5bc7d37eadaeb9b8b7154526a101e6caa76bc3c8 | |
parent | 987a65d2f1cfe916f57964ebea44007b57d4476d [diff] [blame] |
mx53loco: Add DM_I2C support The conversion to DM_I2C is mandatory, so add support for it. Signed-off-by: Fabio Estevam <festevam@denx.de>
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index e332c93..f497ccf 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig
@@ -44,7 +44,7 @@ CONFIG_USE_ETHPRIME=y CONFIG_ETHPRIME="FEC0" CONFIG_ARP_TIMEOUT=200 -CONFIG_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y CONFIG_SYS_I2C_MXC=y CONFIG_FSL_ESDHC_IMX=y CONFIG_MTD=y