summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io-module/mtcdt.c2
-rw-r--r--io-module/mts_io_module.h2
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"