Re: [U-Boot] soft i2c behaviour on address not ed

2013-11-24 Thread Heiko Schocher
Hello Dirk, Am 21.11.2013 13:34, schrieb Eibach, Dirk: While debugging an I2C problem I found in soft_i2c_read() and soft_i2c_write(): if(write_byte(addr>> shift)) { PRINTD("i2c_read, address noted\n"); return(1); } and if(write_byte(addr>> shift)) { PRINTD("i2c_writ

[U-Boot] soft i2c behaviour on address not ed

2013-11-21 Thread Eibach, Dirk
While debugging an I2C problem I found in soft_i2c_read() and soft_i2c_write(): if(write_byte(addr >> shift)) { PRINTD("i2c_read, address not ed\n"); return(1); } and if(write_byte(addr >> shift)) { PRINTD("i2c_write, address not ed\n"); return(1); } This means t