summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io-module/.tmp_versions/mts_io.mod3
-rw-r--r--io-module/machine/mtcdt3.c4
-rw-r--r--io-module/mts_io_module.h4
3 files changed, 7 insertions, 4 deletions
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 <jmaki@multitech.com>"
+#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