commit | 28029c768c4761d10815f94cafbbdc86272f1d8d | [log] [tgz] |
---|---|---|
author | Kuldeep Singh <kuldeep.singh@nxp.com> | Mon Apr 27 12:38:51 2020 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon May 11 01:30:49 2020 +0530 |
tree | 62a4e9faf05f2a6e0838e9af1288c093bfc473e6 | |
parent | ce786ae3913f3a006ec959cc9538d6c4d4114345 [diff] |
spi: nxp-fspi: Use new readl_poll_sleep_timeout API Board gets reset when performing burst read/write operations. On the other hand, no such behaviour is observed on small size operations. In Linux, readl_poll_timeout API already adds delay of 1us which is further skipped in U-boot. Hence, use new "readl_poll_sleep_timeout" API which adds delay alongwith timeout functionality. Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>