Re: [U-Boot] [PATCH 06/11] arm: at91: Enable watchdog support

2019-03-21 Thread Eugen.Hristev
On 21.03.2019 14:00, Stefan Roese wrote: > External E-Mail > > > On 21.03.19 11:23, eugen.hris...@microchip.com wrote: >> >> >> On 19.03.2019 17:56, Stefan Roese wrote: >>> External E-Mail >>> >>> >>> This patch enables and starts the watchdog on the AT91 platform if >>> configured. Currently t

Re: [U-Boot] [PATCH 06/11] arm: at91: Enable watchdog support

2019-03-21 Thread Stefan Roese
On 21.03.19 11:23, eugen.hris...@microchip.com wrote: On 19.03.2019 17:56, Stefan Roese wrote: External E-Mail This patch enables and starts the watchdog on the AT91 platform if configured. Currently the WD timeout is configured to 16 seconds, which is the longest value for this timer. Sign

Re: [U-Boot] [PATCH 06/11] arm: at91: Enable watchdog support

2019-03-21 Thread Eugen.Hristev
On 19.03.2019 17:56, Stefan Roese wrote: > External E-Mail > > > This patch enables and starts the watchdog on the AT91 platform if > configured. Currently the WD timeout is configured to 16 seconds, > which is the longest value for this timer. > > Signed-off-by: Stefan Roese > Cc: Heiko Scho

[U-Boot] [PATCH 06/11] arm: at91: Enable watchdog support

2019-03-19 Thread Stefan Roese
This patch enables and starts the watchdog on the AT91 platform if configured. Currently the WD timeout is configured to 16 seconds, which is the longest value for this timer. Signed-off-by: Stefan Roese Cc: Heiko Schocher Cc: Andreas Bießmann Cc: Eugen Hristev --- arch/arm/mach-at91/clock.c