mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
imx: ventana: add delay before reading EEPROM
fixes: d863d05439
("imx: ventana: convert U-Boot to OF_CONTROL using FIT image")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
7e0daa924a
commit
1afa31a41e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ read_eeprom(int bus, struct ventana_board_info *info)
|
|||
}
|
||||
|
||||
/* read eeprom config section */
|
||||
mdelay(10);
|
||||
if (gsc_i2c_read(GSC_EEPROM_ADDR, 0x00, 1, buf, sizeof(*info))) {
|
||||
puts("EEPROM: Failed to read EEPROM\n");
|
||||
return GW_UNKNOWN;
|
||||
|
|
Loading…
Add table
Reference in a new issue