diff options
-rw-r--r-- | arch/arm/dts/omap3-u-boot.dtsi | 1 | ||||
-rw-r--r-- | configs/devkit8000_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi index 32bea6b6d9b..96d8ac54539 100644 --- a/arch/arm/dts/omap3-u-boot.dtsi +++ b/arch/arm/dts/omap3-u-boot.dtsi @@ -78,4 +78,5 @@ &i2c1 { u-boot,dm-spl; + clock-frequency = <100000>; }; 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 |