summaryrefslogtreecommitdiff
path: root/configs/am335x_guardian_defconfig
diff options
context:
space:
mode:
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>2022-05-04 11:02:57 +0000
committerTom Rini <trini@konsulko.com>2022-05-09 13:40:23 -0400
commit75878e9f133c71dc4d0ab2476497caaf1779c762 (patch)
tree8f27d154bc84f876fbe38a0b620407327dba0c4a /configs/am335x_guardian_defconfig
parente61374b7afca3643bb77004ea66c13b8ec266cbe (diff)
downloadu-boot-75878e9f133c71dc4d0ab2476497caaf1779c762.tar.gz
configs: am335x_guardian: Enable DM_I2C
Move from I2C legacy to the DM I2C version Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_guardian_defconfig')
-rw-r--r--configs/am335x_guardian_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig
index 3464ba8c09..8150c251b4 100644
--- a/configs/am335x_guardian_defconfig
+++ b/configs/am335x_guardian_defconfig
@@ -83,8 +83,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