Re: [U-Boot] [PATCH] OMAP2/3: I2C: Add support for second and third bus

2009-11-02 Thread Tom
Dirk Behme wrote: > 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 > --- > > Ba

[U-Boot] [PATCH] OMAP2/3: I2C: Add support for second and third bus

2009-11-01 Thread Dirk Behme
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 --- Based on Hugo Vincent's patch http://li