diff options
author | Nishanth Menon | 2022-06-17 13:26:11 -0500 |
---|---|---|
committer | Tom Rini | 2022-07-06 14:30:08 -0400 |
commit | bc1de483711c30e32dffdf71574aa878c1087ed0 (patch) | |
tree | d83e5e4dc8692932a7d36185cebedc8ccce300da /scripts/decodecode | |
parent | 8b5218e7cb9ff4223f2825c04e45dabccbd15a48 (diff) |
board: ti: common: Handle the legacy eeprom address width properly
Due to supply chain issues, we are starting to see a mixture of eeprom
usage including the smaller 7-bit addressing eeproms such as 24c04
used for eeproms.
These eeproms don't respond well to 2 byte addressing and fail the
read operation. We do have a check to ensure that we are reading the
alternate addressing size, however the valid failure prevents us
from checking at 1 byte anymore.
Rectify the same by falling through and depend on header data comparison
to ensure that we have valid data.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts/decodecode')
0 files changed, 0 insertions, 0 deletions