diff options
| author | John Klug <john.klug@multitech.com> | 2019-09-09 17:41:28 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2019-09-09 17:41:28 -0500 |
| commit | 0c161d2aa7c5c7ad051ce9119a9e29883a783ea2 (patch) | |
| tree | 947f68f9cd441298f69a53b9ab9481048e136fcf /io-module/machine | |
| parent | 46434822dcdce23bec6b55488e7a030f2cf28a9d (diff) | |
| download | mts-io-0c161d2aa7c5c7ad051ce9119a9e29883a783ea2.tar.gz mts-io-0c161d2aa7c5c7ad051ce9119a9e29883a783ea2.tar.bz2 mts-io-0c161d2aa7c5c7ad051ce9119a9e29883a783ea2.zip | |
Fix gnss-reset, gnss_int
Diffstat (limited to 'io-module/machine')
| -rw-r--r-- | io-module/machine/mtcdt3.c | 4 |
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 */ |
