commit | a6903aa7ea98872ff66424051f85cdf0178c86f8 | [log] [tgz] |
---|---|---|
author | Pratyush Yadav <p.yadav@ti.com> | Sat Jun 26 00:47:08 2021 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 28 11:57:10 2021 +0530 |
tree | 6ddeb563263d9cac5d04581d477b8e4e9be7c5da | |
parent | bd8c8dcd4d6fb1cf726d5a267be5ec33c93f1471 [diff] |
spi: cadence-qspi: Add a small delay before indirect writes Once the start bit is toggled it takes a small amount of time before it is internally synchronized. This means we can't start writing during that part. So add a small delay to allow the bit to be synchronized. Signed-off-by: Pratyush Yadav <p.yadav@ti.com> Acked-by: Jagan Teki <jagan@amarulasolutions.com>