]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ti: CAT24C256WI-GT3 require min. 5ms delay (tWR) between write/read
authorMarian Cingel <cingel.marian@gmail.com>
Sat, 8 Nov 2025 23:23:25 +0000 (23:23 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 22:24:01 +0000 (16:24 -0600)
commit1e8eff6d7a9ad2c605185e5b3d8c22ccd26733dc
tree4dc739b6f37609d42ef4171b67baf5f46374ceb8
parentaf38567cadcaa4842d85af179254886a50c93fc9
board: ti: CAT24C256WI-GT3 require min. 5ms delay (tWR) between write/read

Otherwise the custom-cape eeprom (at address 57) reports NACK which
results into "i2c_write: error waiting for data ACK (status=0x116)" and
terminates further scanning.

Signed-off-by: Marian Cingel <cingel.marian@gmail.com>
board/ti/common/cape_detect.c