summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-05-23 14:14:49 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-24 17:20:57 -0500
commit46b2c4d8b82575fe07590b6b90187a19109cbba5 (patch)
treecbab327ead014fdf7fbca3ea2c8cfadcfc99d9e1
parent428dde8988efa7b41ee199e455d4e9a26e1dacad (diff)
downloadmts-io-46b2c4d8b82575fe07590b6b90187a19109cbba5.tar.gz
mts-io-46b2c4d8b82575fe07590b6b90187a19109cbba5.tar.bz2
mts-io-46b2c4d8b82575fe07590b6b90187a19109cbba5.zip
New MTHS HW Version 0.1 with GNSS_RESET initialized low for EXAR.
-rw-r--r--io-module/machine/mths.c2
-rw-r--r--io-module/mts_io_module.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/io-module/machine/mths.c b/io-module/machine/mths.c
index 1261ae8..16d43d7 100644
--- a/io-module/machine/mths.c
+++ b/io-module/machine/mths.c
@@ -461,7 +461,7 @@ static struct gpio_pin gpio_pins_mths_0_1[] = {
.name = "GNSS_RESET",
.pin = {
.gpio = AT91_PIN_PC6,
- .flags = GPIOF_OUT_INIT_HIGH,
+ .flags = GPIOF_OUT_INIT_LOW,
.label = "gnss-reset",
}
},
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index 4192102..1c3960b 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.3"
+#define DRIVER_VERSION "v4.1.4"
#define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>"
#define DRIVER_DESC "MTS-IO Controller"
#define DRIVER_NAME "mts-io"