summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatolij Gustschin <[email protected]>2024-08-03 18:15:13 +0200
committerHeiko Schocher <[email protected]>2024-08-09 06:26:28 +0200
commitf1aacad168e9deeead03315b04b69023f6d86a96 (patch)
tree4abf3e4bad0d883da21539bf29145a01c42cdc69
parent763e406c4ecc07f618cafb1dad37a0f3ef90a039 (diff)
board: vf610twr: convert to DM_I2C
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin <[email protected]>
-rw-r--r--configs/vf610twr_defconfig2
-rw-r--r--configs/vf610twr_nand_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/vf610twr_defconfig b/configs/vf610twr_defconfig
index af889ec903f..7713454136b 100644
--- a/configs/vf610twr_defconfig
+++ b/configs/vf610twr_defconfig
@@ -47,7 +47,7 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_VYBRID_GPIO=y
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MXC=y
CONFIG_FSL_ESDHC_IMX=y
CONFIG_MTD=y
diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig
index c50afc4bec1..2cef8988638 100644
--- a/configs/vf610twr_nand_defconfig
+++ b/configs/vf610twr_nand_defconfig
@@ -48,7 +48,7 @@ CONFIG_ENV_IS_IN_NAND=y
CONFIG_ENV_RANGE=0x80000
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_VYBRID_GPIO=y
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MXC=y
CONFIG_FSL_ESDHC_IMX=y
CONFIG_MTD=y