aboutsummaryrefslogtreecommitdiff
path: root/configs/devkit8000_defconfig
diff options
context:
space:
mode:
authorAnthoine Bourgeois2022-06-02 22:27:07 +0200
committerTom Rini2022-06-22 10:58:26 -0400
commit8d09c7b774af20660e5baae28210e92a20ffda04 (patch)
treee78e9328417404962c43245a82f613f17c523924 /configs/devkit8000_defconfig
parent49df685d32593fa5b28ab56d7283220c77098ce6 (diff)
ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning
Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower the speed to the default value 100Khz. v2: fix i2c1 frequency in the root omap3-u-boot.dtsi include. Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'configs/devkit8000_defconfig')
-rw-r--r--configs/devkit8000_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devkit8000_defconfig b/configs/devkit8000_defconfig
index ecc30904867..76371e3074f 100644
--- a/configs/devkit8000_defconfig
+++ b/configs/devkit8000_defconfig
@@ -73,6 +73,7 @@ CONFIG_SYS_I2C_LEGACY=y
CONFIG_SPL_SYS_I2C_LEGACY=y
CONFIG_TWL4030_LED=y
CONFIG_MMC_OMAP_HS=y
+CONFIG_DM_I2C=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
CONFIG_NAND_OMAP_ECCSCHEME_HAM1_CODE_HW=y