Searched hist:"9 f949c9ac2c1bb5077a146753e24c7b3fe099991" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/post/drivers/ |
| H A D | i2c.c | 9f949c9ac2c1bb5077a146753e24c7b3fe099991 Fri Oct 22 05:20:29 UTC 2010 Peter Tyser <ptyser@xes-inc.com> post/i2c: Don't probe address 0
According to the I2C specification device address 0 is the "general call address", ie a broadcast address. The I2C specification states that the format of a general call uses at least 2 bytes, which U-Boot's probing routine does not adhere to.
Not probing device address 0 will prevent possible issues with devices that accept general calls. Additionally, this change shouldn't reduce POST coverage since each I2C device should still be accessed via its own, unique address.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Acked-by: Heiko Schocher <hs@denx.de> Acked-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
|