Re: [U-Boot] [PATCH 2/2] arm: dra7xx: Hang on any failure during IOdelay recalibration

2019-10-12 Thread Tom Rini
On Tue, Oct 01, 2019 at 10:41:01AM +0530, Lokesh Vutla wrote: > If there is any failure during IOdelay recalibration sequence, IOs are > not guaranteed to behave as expected. So hang on any failure during the > sequence. > > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! --

[U-Boot] [PATCH 2/2] arm: dra7xx: Hang on any failure during IOdelay recalibration

2019-09-30 Thread Lokesh Vutla
If there is any failure during IOdelay recalibration sequence, IOs are not guaranteed to behave as expected. So hang on any failure during the sequence. Signed-off-by: Lokesh Vutla --- arch/arm/mach-omap2/omap5/dra7xx_iodelay.c | 6 ++ 1 file changed, 6 insertions(+) diff --git