diff options
Diffstat (limited to 'include/configs/omap3_logic.h')
| -rw-r--r-- | include/configs/omap3_logic.h | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 0c096f429..bedd6f9cb 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -118,12 +118,10 @@  /*   * I2C   */ -#define CONFIG_HARD_I2C -#define CONFIG_DRIVER_OMAP34XX_I2C - -#define CONFIG_SYS_I2C_SPEED		100000 -#define CONFIG_SYS_I2C_SLAVE		1 -#define CONFIG_I2C_MULTI_BUS +#define CONFIG_SYS_I2C +#define CONFIG_SYS_OMAP24_I2C_SPEED	100000 +#define CONFIG_SYS_OMAP24_I2C_SLAVE	1 +#define CONFIG_SYS_I2C_OMAP34XX  /*   * TWL4030 |