summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2021-04-22 08:44:54 -0500
committerJeff Hatch <jhatch@multitech.com>2021-04-22 08:44:54 -0500
commit8cd90112fb657effbf9a9fe2a3a43a64deec34ee (patch)
treeeddce57dfee75863c6fabd95e008da0f6d8bbafa
parentccdc21ca4c4977edb64ee593e856b6ac5aa2930f (diff)
parent5885e7622d6f8dcdf4ae1fbc63cdc0200699278b (diff)
downloadmts-io-8cd90112fb657effbf9a9fe2a3a43a64deec34ee.tar.gz
mts-io-8cd90112fb657effbf9a9fe2a3a43a64deec34ee.tar.bz2
mts-io-8cd90112fb657effbf9a9fe2a3a43a64deec34ee.zip
Merge branch 'mtcpm_use_new_led_gpios' into 'master' 4.5.4
GPIO fixes for MTCDT3-AC See merge request !21
-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 8e1c3c2..964b766 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(3, 15),
+ .gpio = OMAP_GPIO(2, 12),
.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(5,12), /* 5_12 */
+ .gpio = OMAP_GPIO(2, 16),
.flags = GPIOF_OUT_INIT_HIGH,
.label = "gnss-int",
},