mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
This commit is contained in:
commit
90d8cff099
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ int i2c_probe (uchar chip)
|
|||
|
||||
while (1) {
|
||||
status = wait_for_pin();
|
||||
if (status == 0) {
|
||||
if (status == 0 || status & I2C_STAT_AL) {
|
||||
res = 1;
|
||||
goto probe_exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue