commit | 7a8f65754974c95eccd14e7ba9eb345a56cf590b | [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 | c32d80f8bdda517a7a0d8481592a29788614bafb [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>