commit | 8503e84158c405388b34727b0ad333e8ed554fa9 | [log] [tgz] |
---|---|---|
author | Martin Fuzzey <martin.fuzzey@flowbird.group> | Fri Nov 23 10:53:06 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 06 17:15:15 2018 -0500 |
tree | fe8fe9b422e6f9ae15751b9a6ba34862c13f112d | |
parent | 13c2becdbad98759fbb493ce8a213fd0817edd87 [diff] |
w1: fix occasional enumeration failure Sometimes enumeration fails (about 1 in 50 times on my custom board). The underlying reason is probably electrical but Linux does not have the problem. Comparing the Linux / u-boot implementations shows that Linux retries the error case whereas u-boot aborts early. Removing the early abort in u-boot fixes the problem. Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>