commit | cab56514d7fb25da24588a59778eaf82a25fab4a | [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 | 7d74144e657ba5d47634b1d7d62eb00c919229b9 [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>