Re: [U-Boot] [PATCH 04/11] imx: ventana: add appropriate delay following GSC i2c write

2014-08-20 Thread Stefano Babic
On 08/08/2014 07:35, Tim Harvey wrote: > The Gateworks System Controller EEPROM config is flash based. Add a delay > following writes to avoid errors on back-to-back writes. > > Signed-off-by: Tim Harvey > --- > board/gateworks/gw_ventana/gsc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[U-Boot] [PATCH 04/11] imx: ventana: add appropriate delay following GSC i2c write

2014-08-07 Thread Tim Harvey
The Gateworks System Controller EEPROM config is flash based. Add a delay following writes to avoid errors on back-to-back writes. Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/gsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/gateworks/gw_ventana/gsc.c b