commit | 1d2e96de56cc57e25a19bc40d297f36c4c4443a2 | [log] [tgz] |
---|---|---|
author | Dirk Behme <dirk.behme@googlemail.com> | Mon Nov 02 20:36:26 2009 +0100 |
committer | Heiko Schocher <hs@denx.de> | Mon Nov 16 07:25:15 2009 +0100 |
tree | 0a372d1635faa3f2486f88fb70b0c221c83a376c | |
parent | 06f43286c6354aaab0103615e83893512f86eee7 [diff] |
OMAP2/3: I2C: Add support for second and third bus Add support to use second and third I2C bus, too. Bus 0 is still the default, but by calling i2c_set_bus_num(1/2) before doing I2C accesses, code can switch to bus 1 and 2, too. Don't forget to switch back afterwards, then. Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>