diff options
Diffstat (limited to 'include/configs/m53evk.h')
-rw-r--r-- | include/configs/m53evk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 35058e2..8853d8f 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -172,6 +172,8 @@ #ifdef CONFIG_CMD_I2C #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC +#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ +#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ #define CONFIG_SYS_RTC_BUS_NUM 1 /* I2C2 */ #endif |