commit | 60e3d43a26d0334dd09521220e0312d50679b1c7 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue Oct 01 10:41:00 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 13:32:39 2019 -0400 |
tree | dcb5e8fe71bed3d4cfa25b7ace7be23163b9bd97 | |
parent | 2fff0e96a6ed4bb464f3ef7c2e3628ddf2d988d0 [diff] |
arm: dra7xx: Fix error path in iodelay recalibration When an error is reported in __recalibrate_iodelay_start(), de-isolation of IO doesn't happen. Because of this, undefined behaviour is observed on many peripherals without any error. So make sure io is out of isolation at the end of iodelay recalibration. Reported-by: Richard Woodruff <r-woodruff2@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>