summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-06-17 14:37:33 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commita4234536babb2395b93f3f3b504c6d2091fe0a6f (patch)
treeed4e86f3575e2a07c70d742acbc140e4440c8ac7
parentc5d6676923ed7b0d035fc88c8f7b5bd6f513b242 (diff)
downloadmeta-multitech-a4234536babb2395b93f3f3b504c6d2091fe0a6f.tar.gz
meta-multitech-a4234536babb2395b93f3f3b504c6d2091fe0a6f.tar.bz2
meta-multitech-a4234536babb2395b93f3f3b504c6d2091fe0a6f.zip
150mS does not work with MTHS, so try 300mS timeout on PMECC
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch2
-rw-r--r--recipes-kernel/linux/linux-at91_4.9.87.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch b/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch
index 3bcf717..07a572f 100644
--- a/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch
+++ b/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-addl-time-for-pmeccerrloc.patch
@@ -7,7 +7,7 @@ index 834d6944..71137db8 100644
/* Time out value for reading PMECC status register */
-#define PMECC_MAX_TIMEOUT_MS 100
-+#define PMECC_MAX_TIMEOUT_MS 120
++#define PMECC_MAX_TIMEOUT_MS 300
/* Reserved bytes in oob area */
#define PMECC_OOB_RESERVED_BYTES 2
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb
index 5b5778f..65ebc8d 100644
--- a/recipes-kernel/linux/linux-at91_4.9.87.bb
+++ b/recipes-kernel/linux/linux-at91_4.9.87.bb
@@ -18,7 +18,7 @@ RDEPENDS_kernel-base=""
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000"
-PR = "r10"
+PR = "r11"
KERNEL_VERSION = "${PV}"
EXTRAVERSION = ""