From db87c99e4aa789cf9fdbfaf5b4f74a52641ec937 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 23 May 2019 11:14:30 -0500 Subject: GNSS Reset Boot Hold patch --- io-module/mtcdt.c | 2 +- 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 " #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" -- cgit v1.2.3