diff mbox series

[2/2] imx: mx6sabresd: convert to DM_I2C

Message ID 20221107081338.8049-2-peng.fan@oss.nxp.com
State Accepted
Commit 57d48522c9ad23ccc2736fbf6f4895bb496987c4
Delegated to: Stefano Babic
Headers show
Series [1/2] imx: mx6sabreauto: convert to DM_I2C | expand

Commit Message

Peng Fan (OSS) Nov. 7, 2022, 8:13 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Convert to DM_I2C

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 configs/mx6sabresd_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Jan. 31, 2023, 8:34 p.m. UTC | #1
> From: Peng Fan <peng.fan@nxp.com>
> Convert to DM_I2C
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 43c668ce5af..d8f4d99295f 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -81,7 +81,7 @@  CONFIG_FASTBOOT_BUF_ADDR=0x12000000
 CONFIG_FASTBOOT_BUF_SIZE=0x10000000
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=2
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SPL_SYS_I2C_LEGACY=y
 CONFIG_SYS_I2C_MXC=y
 CONFIG_SUPPORT_EMMC_BOOT=y