Re: [U-Boot] [PATCH,v1,4/4] udoo: Fix watchdog during kernel boot.

2013-11-12 Thread Fabio Estevam
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano wrote: > uDoo uses APX823-31W5 watchdog chip. Timeout is about 1.2 seconds. > To disabled watchdog during kernel boot, WDI pin of that chip needs to be in > "high impedance" state. > I.mx6 gpio configuration does not contemplate tristate, so pin is

[U-Boot] [PATCH,v1,4/4] udoo: Fix watchdog during kernel boot.

2013-11-11 Thread Giuseppe Pagano
uDoo uses APX823-31W5 watchdog chip. Timeout is about 1.2 seconds. To disabled watchdog during kernel boot, WDI pin of that chip needs to be in "high impedance" state. I.mx6 gpio configuration does not contemplate tristate, so pin is set as input in high impedance. Signed-off-by: Giuseppe Pagano