commit | 812364f230d7925b4c6fb485be919debfff7ccc6 | [log] [tgz] |
---|---|---|
author | Sinthu Raja <sinthu.raja@ti.com> | Wed Feb 09 15:06:49 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 16 14:19:30 2022 -0500 |
tree | 68fa49cf8e523222d2d7d4842de490147498250c | |
parent | e861aa9e6ae6d15a84a2398b32b44494ad614920 [diff] |
board: ti: j721e: Enable support for reading EEPROM at next alternate address J721E EVM has EEPROM populated at 0x50. J721E 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>