From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Stein Date: Wed, 14 Jun 2017 07:48:35 +0200 Subject: [U-Boot] [PATCH 1/1] spi: fsl_qspi: Pet watchdog even more In-Reply-To: References: <20170601073219.27066-1-alexander.stein@systec-electronic.com> Message-ID: <748729463.2I43sJpUln@ws-stein> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 13 June 2017 20:36:35, York Sun wrote: > On 06/01/2017 04:26 AM, Alexander Stein wrote: > > Pet the watchdog once upon each command call (qspi_xfer) and during > > each loop iteration in several commands. > > > > This fixes a watchdog reset especially during erase command. > > Funny you keep petting the watchdog for this driver. I am curious what > watchdog are you using? Why no one else suffer the reset. We use a SP706T with a timeout of 1.6s. Propably this short timeout causes the problem for me only. Best regards, Alexander