I'm writing some code trying to access some of the i2c devices on the i2c-2 bus and I keep getting timeout errors. I've tried running i2cdetect on both the i2c-1 bus and the i2c-2 bus. i2cdetect on the i2c-1 bus (command "i2cdetect -r 1") returns valid information - no timeouts. i2cdetect on the i2c-2 bus (command "i2cdetect -r 2) returns "omap_i2c omap_i2c.2: controller timed out" for every address attempted. Any suggestions?
Carl