diff options
author | Steve Sakoman | 2012-06-22 07:45:57 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-09-01 14:58:10 +0200 |
commit | d3decdebdef6207939aa1995d7327822a0267ad4 (patch) | |
tree | d32d9b278a5a23b28a78f5b0e46cdcc8d35d1548 /include | |
parent | 71a271c654305078737773b78239b546efe161e7 (diff) |
omap: am335x_evm: enable i2c1 channel
This patch sets up pinmux, enables fclk, and
defines CONFIG_I2C_MULTI_BUS
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 89e2aa07b75..2b41c1c9d51 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -108,6 +108,7 @@ #define CONFIG_HARD_I2C #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SLAVE 1 +#define CONFIG_I2C_MULTI_BUS #define CONFIG_DRIVER_OMAP24XX_I2C #define CONFIG_BAUDRATE 115200 |