aboutsummaryrefslogtreecommitdiff
path: root/board/ti/am335x/evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/am335x/evm.c')
-rw-r--r--board/ti/am335x/evm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am335x/evm.c b/board/ti/am335x/evm.c
index f2e355c79..0d0affa83 100644
--- a/board/ti/am335x/evm.c
+++ b/board/ti/am335x/evm.c
@@ -30,6 +30,7 @@ int board_init(void)
#ifdef CONFIG_I2C
enable_i2c0_pin_mux();
+ enable_i2c1_pin_mux();
i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
#endif