]> git.ipfire.org Git - people/ms/u-boot.git/commit
spi: ti_qspi: Remove delay in read path for dra7xx
authorVignesh R <vigneshr@ti.com>
Fri, 22 Jul 2016 05:25:50 +0000 (10:55 +0530)
committerJagan Teki <jteki@openedev.com>
Fri, 29 Jul 2016 18:45:00 +0000 (00:15 +0530)
commitfee3b6af903c0e24b662694427b62658f40c7d4b
treebdd154a443038f7750cbcfb1b7a288c585c76ea9
parentc595a2853099657ac97ccc7154a03e4d759fb909
spi: ti_qspi: Remove delay in read path for dra7xx

As per commit b545a98f5dc563 ("spi: ti_qspi: Add delay
for successful bulk erase) says its added to meet bulk erase timing
constraints. But bulk erase is a cmd to flash and delay in read path
does not make sense. Morever, testing on DRA74/DRA72 evm has shown that
this delay is no longer required.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com>
drivers/spi/ti_qspi.c