commit | 3041e094e45dba1853431e88d79a990d86fa80d7 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Fri Nov 11 08:03:07 2022 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 31 18:08:23 2023 +0100 |
tree | 105c8095a15ff0e4b65b797f456c644ec08f0420 | |
parent | a4dc847b6017cfedd246623ed29e6f85ae0b67c6 [diff] |
board: gateworks: venice: poll I2C lines to wait for GSC firmware In some situations the GSC firmware where the EEPROM containing the model and DRAM configuration may not be ready by the time the SoC is ready to talk to it over I2C. Instead of a hard delay, poll the I2C lines to wait until they are released to avoid the I2C drivers 'Arbitation lost' error message. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@denx.de>