diff options
Diffstat (limited to 'include/configs/warp.h')
-rw-r--r-- | include/configs/warp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index fa102bb..3e9a5a3 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -98,6 +98,8 @@ #define 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_SPEED 100000 /* PMIC */ |