From 032de37a6827b8006a93fb8e648a28757d5c7c9f Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 15 Apr 2019 16:30:50 -0500 Subject: Reduce the activity on the WIFI-BT RESET (PD14) during at91bootstrap --- .../at91bootstrap/at91bootstrap-3.5.3/at91bootstrap-3.5.3-mtcdt.patch | 3 ++- recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes-bsp/at91bootstrap') 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" -- cgit v1.2.3