Home
last modified time | relevance | path

Searched hist:"1 d2e96de56cc57e25a19bc40d297f36c4c4443a2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Domap24xx_i2c.c1d2e96de56cc57e25a19bc40d297f36c4c4443a2 Mon Nov 02 19:36:26 UTC 2009 Dirk Behme <dirk.behme@googlemail.com> 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>