summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-04-15 16:30:50 -0500
committerJohn Klug <john.klug@multitech.com>2019-04-15 16:30:50 -0500
commit032de37a6827b8006a93fb8e648a28757d5c7c9f (patch)
tree3fa5639faaf2edf8401eafbcabc931858f9a782a /recipes-bsp
parentfdefb9ab4d5cac84bf9cbe8964db255a6be39ece (diff)
downloadmeta-multitech-atmel-032de37a6827b8006a93fb8e648a28757d5c7c9f.tar.gz
meta-multitech-atmel-032de37a6827b8006a93fb8e648a28757d5c7c9f.tar.bz2
meta-multitech-atmel-032de37a6827b8006a93fb8e648a28757d5c7c9f.zip
Reduce the activity on the WIFI-BT RESET (PD14) during at91bootstrap
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/at91bootstrap-3.5.3-mtcdt.patch3
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/at91bootstrap-3.5.3-mtcdt.patch b/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/at91bootstrap-3.5.3-mtcdt.patch
index 0a1742c..92a3a3b 100644
--- a/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/at91bootstrap-3.5.3-mtcdt.patch
+++ b/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/at91bootstrap-3.5.3-mtcdt.patch
@@ -60,7 +60,7 @@ Index: git/board/at91sam9x5ek/at91sam9x5ek.c
===================================================================
--- git.orig/board/at91sam9x5ek/at91sam9x5ek.c 2019-04-04 15:49:54.143358228 -0500
+++ git/board/at91sam9x5ek/at91sam9x5ek.c 2019-04-04 17:07:51.999219741 -0500
-@@ -53,6 +53,31 @@
+@@ -53,6 +53,32 @@
extern void hw_init_hook(void);
#endif
@@ -76,6 +76,7 @@ Index: git/board/at91sam9x5ek/at91sam9x5ek.c
+ * need these pins to boot the system and we
+ * do not want resets to toggle needlessly.
+ */
++ {"WFBT-RESET",AT91C_PIN_PD(14), 1, PIO_PULLUP, PIO_OUTPUT},
+ {"GNSS-RESET",AT91C_PIN_PD(15), 1, PIO_PULLUP, PIO_OUTPUT},
+ {"SECURE-RESET",AT91C_PIN_PD(16), 1, PIO_PULLUP, PIO_OUTPUT},
+ {"MTQ-RESET",AT91C_PIN_PD(17), 1, PIO_PULLUP, PIO_OUTPUT},
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb
index 4c59c91..04ff0db 100644
--- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb
+++ b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb
@@ -1,6 +1,6 @@
require at91bootstrap_3.5.inc
-PR = "r4"
+PR = "r5"
LICENSE = "custom-freely-distributable"
LIC_FILES_CHKSUM = "file://main.c;beginline=6;endline=26;md5=6fca71334c9e8b7d033296123c91437f"