summaryrefslogtreecommitdiff
path: root/io-module/machine/mtcdt3.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/machine/mtcdt3.c')
-rw-r--r--io-module/machine/mtcdt3.c4
1 files changed, 2 insertions, 2 deletions
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 */