summaryrefslogtreecommitdiff
path: root/sec_ts_fw.c
diff options
context:
space:
mode:
authorSuper Liu <supercjliu@google.com>2020-06-09 16:31:44 +0800
committerSuper Liu <supercjliu@google.com>2020-06-16 13:51:17 +0800
commit6680b597a54666136754b65d23a1b38870478759 (patch)
tree7cb29efe67d8053c65df5ee58039dc9f850867aa /sec_ts_fw.c
parent7fb646d439aa9b2751b08ff2e44dab2c9e6a4ec8 (diff)
downloadsec_touch-6680b597a54666136754b65d23a1b38870478759.tar.gz
sec_touch: add spi post delay for corresponding type reading
Bug: 158529853 Change-Id: If14792e3f75efff524be5a06e3306e3c30d30216 Signed-off-by: Super Liu <supercjliu@google.com>
Diffstat (limited to 'sec_ts_fw.c')
-rw-r--r--sec_ts_fw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sec_ts_fw.c b/sec_ts_fw.c
index fa1ae58..8db5b58 100644
--- a/sec_ts_fw.c
+++ b/sec_ts_fw.c
@@ -662,8 +662,6 @@ static int sec_ts_memoryblockread(struct sec_ts_data *ts, u32 mem_addr,
ret = ts->sec_ts_read_heap(ts, cmd[0], data, mem_size);
- /* need to wait 500us for reading next flash area */
- udelay(500);
if (ret < 0) {
input_err(true, &ts->client->dev, "%s: memory read failed\n",
__func__);