From 0c161d2aa7c5c7ad051ce9119a9e29883a783ea2 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 9 Sep 2019 17:41:28 -0500 Subject: Fix gnss-reset, gnss_int --- io-module/.tmp_versions/mts_io.mod | 3 +++ io-module/machine/mtcdt3.c | 4 ++-- io-module/mts_io_module.h | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 io-module/.tmp_versions/mts_io.mod diff --git a/io-module/.tmp_versions/mts_io.mod b/io-module/.tmp_versions/mts_io.mod new file mode 100644 index 0000000..74f51d7 --- /dev/null +++ b/io-module/.tmp_versions/mts_io.mod @@ -0,0 +1,3 @@ +/home2/jklug/mlinux-thud/build/tmp/work/mtcdt3-mlinux-linux-gnueabi/mts-io/4.1.8-r0/git/io-module/mts_io.ko +/home2/jklug/mlinux-thud/build/tmp/work/mtcdt3-mlinux-linux-gnueabi/mts-io/4.1.8-r0/git/io-module/buttons.o /home2/jklug/mlinux-thud/build/tmp/work/mtcdt3-mlinux-linux-gnueabi/mts-io/4.1.8-r0/git/io-module/mts-io.o + diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c index 030d7d2..373fc47 100644 --- a/io-module/machine/mtcdt3.c +++ b/io-module/machine/mtcdt3.c @@ -85,7 +85,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = { { .name = "GNSS_INT", .pin = { - .gpio = OMAP_GPIO(5,11), /* 5_11 */ + .gpio = OMAP_GPIO(5,12), /* 5_12 */ .flags = GPIOF_OUT_INIT_HIGH, .label = "gnss-int", }, @@ -99,7 +99,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = { .label = "gnss-reset", }, .capability = CAPA_GPS, - .active_low = 1, + .active_low = 0, }, #if 0 /* Link status comes directly from the MTQ out to the baseboard */ diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 7527025..65a072a 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -5,8 +5,8 @@ * MTAC cards. */ -#define DRIVER_VERSION "v4.1.9" -#define DRIVER_AUTHOR "James Maki " +#define DRIVER_VERSION "v4.1.10" +#define DRIVER_AUTHOR "Multitech Systems" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" #define DEBUG 0 -- cgit v1.2.3