commit | ad45a17578a6fa4f8cbd77dec9cea0c55fef7a89 | [log] [tgz] |
---|---|---|
author | Sinthu Raja <sinthu.raja@ti.com> | Tue Jan 10 21:17:51 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 12:51:26 2023 -0500 |
tree | 9977d2c144a9e7391eb26e43c3931f8d1d70cb27 | |
parent | 24bbe09a91a1594a58cb059696b4e4e591945506 [diff] |
board: ti: j721s2: Enable support for reading EEPROM at next alternate address J721S2 EVM has EEPROM populated at 0x50. AM68 SK has EEPROM populated at next address 0x51 in order to be compatible with RPi. So start looking for TI specific EEPROM at 0x50, if not found look for EEPROM at 0x51. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>