提交 1afa31a4 编写于 作者: T Tim Harvey 提交者: Stefano Babic

imx: ventana: add delay before reading EEPROM

fixes: d863d054 ("imx: ventana: convert U-Boot to OF_CONTROL using FIT image")
Signed-off-by: NTim Harvey <tharvey@gateworks.com>
上级 7e0daa92
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册