diff mbox series

[1/2] imx: mx6sabreauto: convert to DM_I2C

Message ID 20221107081338.8049-1-peng.fan@oss.nxp.com
State Accepted
Commit ea993cc26a8c1ffb355ae678acb01cfeabb8c963
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/mx6sabreauto_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Jan. 31, 2023, 8:33 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/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig
index 2566f2a97fc..405f8f3d549 100644
--- a/configs/mx6sabreauto_defconfig
+++ b/configs/mx6sabreauto_defconfig
@@ -75,7 +75,7 @@  CONFIG_ARP_TIMEOUT=200
 CONFIG_BOUNCE_BUFFER=y
 CONFIG_DFU_MMC=y
 CONFIG_DFU_SF=y
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SPL_SYS_I2C_LEGACY=y
 CONFIG_SYS_I2C_MXC=y
 CONFIG_FSL_USDHC=y