[PATCH 2/3] configs: am335x_guardian: Enable DM_I2C
Gireesh.Hiremath at in.bosch.com
Gireesh.Hiremath at in.bosch.com
Wed May 4 13:02:57 CEST 2022
From: Gireesh Hiremath <Gireesh.Hiremath at in.bosch.com>
Move from I2C legacy to the DM I2C version
Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath at in.bosch.com>
---
configs/am335x_guardian_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig
index 60e428d2a1..260c45463f 100644
--- a/configs/am335x_guardian_defconfig
+++ b/configs/am335x_guardian_defconfig
@@ -84,8 +84,8 @@ CONFIG_CLK_TI_CTRL=y
CONFIG_CLK_TI_DIVIDER=y
CONFIG_CLK_TI_GATE=y
CONFIG_CLK_TI_MUX=y
-CONFIG_SYS_I2C_LEGACY=y
-CONFIG_SPL_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
+CONFIG_SPL_DM_I2C=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_MISC=y
--
2.20.1
More information about the U-Boot
mailing list