diff options
| author | John Klug <john.klug@multitech.com> | 2019-05-23 11:14:30 -0500 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2019-05-23 11:14:30 -0500 | 
| commit | db87c99e4aa789cf9fdbfaf5b4f74a52641ec937 (patch) | |
| tree | c51ecbc9c1777b5aafad0d7ef474d3fa60c4966f | |
| parent | 976445ba213fb06fcbc33e750f53ea0e3ca65776 (diff) | |
| download | mts-io-db87c99e4aa789cf9fdbfaf5b4f74a52641ec937.tar.gz mts-io-db87c99e4aa789cf9fdbfaf5b4f74a52641ec937.tar.bz2 mts-io-db87c99e4aa789cf9fdbfaf5b4f74a52641ec937.zip | |
GNSS Reset Boot Hold patch4.1.2
| -rw-r--r-- | io-module/mtcdt.c | 2 | ||||
| -rw-r--r-- | io-module/mts_io_module.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index ecc97d5..69f87f7 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -302,7 +302,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = {  		.name = "GNSS_RESET",  		.pin = {  			.gpio = AT91_PIN_PD15, -			.flags = GPIOF_OUT_INIT_HIGH, +			.flags = GPIOF_OUT_INIT_LOW, /* Keep GPS quiet during boot */  			.label = "gnss-reset",  		},  		.capability = CAPA_GPS, diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index fb91da8..3d0240f 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -5,7 +5,7 @@   * MTAC cards.   */ -#define DRIVER_VERSION  "v4.1.1" +#define DRIVER_VERSION  "v4.1.2"  #define DRIVER_AUTHOR   "James Maki <jmaki@multitech.com>"  #define DRIVER_DESC "MTS-IO Controller"  #define DRIVER_NAME "mts-io" | 
