mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 14:36:33 -04:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
This commit is contained in:
commit
90d8cff099
@ -329,7 +329,7 @@ int i2c_probe (uchar chip)
|
|||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
status = wait_for_pin();
|
status = wait_for_pin();
|
||||||
if (status == 0) {
|
if (status == 0 || status & I2C_STAT_AL) {
|
||||||
res = 1;
|
res = 1;
|
||||||
goto probe_exit;
|
goto probe_exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user