From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huan Wang Date: Fri, 4 Dec 2015 01:38:31 +0000 Subject: [U-Boot] [PATCH 1/1] fsl_qspi: Pet the watchdog while reading/writing In-Reply-To: <7573870.0iHq2FkuUq@ws-stein> References: <1446625150-5677-1-git-send-email-alexander.stein@systec-electronic.com> <2770916.foob3x5q7r@ws-stein> <7573870.0iHq2FkuUq@ws-stein> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Thursday 03 December 2015 09:49:40, Huan Wang wrote: > > [Alison Wang] I could not reproduce the issue. Maybe I don't have the > > external watchdog which will reset after ~1.5s as Alexander mentioned. > > Could you try to set the internal watchdog to 1s timeout? This should be > more or less the same scenario. > [Alison Wang] Yes, I could do that and I think the system will reset as we set the watchdog to 1s timeout. But if we don't set the watchdog to 1s timeout, "sf read" will work correctly. Right? If so, I think there is no problem about the driver itself. Best Regards, Alison Wang