diff options
Diffstat (limited to 'io-module/machine/mtcpm.c')
-rw-r--r-- | io-module/machine/mtcpm.c | 4 |
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", }, |