summaryrefslogtreecommitdiff
path: root/io-module/machine/mtcpm.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-08-10 18:21:34 -0500
committerJohn Klug <john.klug@multitech.com>2021-08-10 18:21:34 -0500
commit883e395b2b07ab04f8fe57ac91e63e71dde5d4f6 (patch)
tree0de0fda50ea07bbcbe1c255a4c94372557c5d97f /io-module/machine/mtcpm.c
parentba8deb097645259e2760a24abc4e326f825ee609 (diff)
downloadmts-io-883e395b2b07ab04f8fe57ac91e63e71dde5d4f6.tar.gz
mts-io-883e395b2b07ab04f8fe57ac91e63e71dde5d4f6.tar.bz2
mts-io-883e395b2b07ab04f8fe57ac91e63e71dde5d4f6.zip
Add MTRE support
Diffstat (limited to 'io-module/machine/mtcpm.c')
-rw-r--r--io-module/machine/mtcpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/machine/mtcpm.c b/io-module/machine/mtcpm.c
index 481d649..8e1c3c2 100644
--- a/io-module/machine/mtcpm.c
+++ b/io-module/machine/mtcpm.c
@@ -65,7 +65,7 @@ static struct gpio_pin gpio_pins_mtcpm[] = {
{
.name = "USBHUB_RESET",
.pin = {
- .gpio = OMAP_GPIO(2, 3),
+ .gpio = OMAP_GPIO(3, 15),
.flags = GPIOF_OUT_INIT_HIGH,
.label = "usbhub-reset",
},
@@ -83,7 +83,7 @@ static struct gpio_pin gpio_pins_mtcpm[] = {
{
.name = "GNSS_INT",
.pin = {
- .gpio = OMAP_GPIO(2, 16),
+ .gpio = OMAP_GPIO(5,12), /* 5_12 */
.flags = GPIOF_OUT_INIT_HIGH,
.label = "gnss-int",
},