Commit 17d8bd9
committed
u-boot: v2026.04: helios64: add ensure_otp_data_ready() to get_revision()
Same defensive pattern as get_variant(): a transient early OTP read
failure would leave otp.valid=false, causing get_revision() to return
-1 without ever retrying. Route through ensure_otp_data_ready() so a
late-booting SPI controller gets a second chance.
Suggested-by: coderabbitai[bot] <coderabbitai[bot]@users.noreply.github.com>1 parent 6a2789b commit 17d8bd9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments