diff options
author | Justin Waters <justin.waters@timesys.com> | 2013-04-24 17:38:39 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-04-24 17:38:39 -0400 |
commit | 75c641ece39c136001340df61f0ad57028ce4ffc (patch) | |
tree | e5f2c5f5764770a34d0e39b5eace575fd4751527 /include/i2c.h | |
parent | 1341f103ac87882633b019a5a137056818234248 (diff) |
LogicPD Support for OMAP3/DM3/AM3 boards 2.1 Update
Diffstat (limited to 'include/i2c.h')
-rw-r--r-- | include/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/i2c.h b/include/i2c.h index 8ceb4c85214..c6aee208c32 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -107,6 +107,7 @@ * Initialization, must be called once on start up, may be called * repeatedly to change the speed and slave addresses. */ +int i2c_mux_bus_pins(int bus); void i2c_init(int speed, int slaveaddr); void i2c_init_board(void); #ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT |