blob: 7077a038be29e2d26558722ebb7ef1a6a04e344d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From bf403e15e724dfe4a319b9e2bcd7e9aad558d27d Mon Sep 17 00:00:00 2001
From: Mykyta Dorokhin <mykyta.dorokhin@globallogic.com>
Date: Fri, 1 Jan 2021 03:07:05 +0200
Subject: [PATCH] linux-5.6-addl-time-for-pmeccerrloc
---
drivers/mtd/nand/raw/atmel/pmecc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/raw/atmel/pmecc.c b/drivers/mtd/nand/raw/atmel/pmecc.c
index e1c5459..01e4729 100644
--- a/drivers/mtd/nand/raw/atmel/pmecc.c
+++ b/drivers/mtd/nand/raw/atmel/pmecc.c
@@ -64,7 +64,7 @@
#define PMECC_LOOKUP_TABLE_SIZE_1024 0x4000
/* Time out value for reading PMECC status register */
-#define PMECC_MAX_TIMEOUT_MS 100
+#define PMECC_MAX_TIMEOUT_MS 300
/* PMECC Register Definitions */
#define ATMEL_PMECC_CFG 0x0
--
1.9.1
|