diff options
author | Mike Nicholson <mike.nicholson@multitech.com> | 2021-03-15 09:05:22 -0500 |
---|---|---|
committer | Mike Nicholson <mike.nicholson@multitech.com> | 2021-03-15 09:05:22 -0500 |
commit | 5885e7622d6f8dcdf4ae1fbc63cdc0200699278b (patch) | |
tree | eddce57dfee75863c6fabd95e008da0f6d8bbafa | |
parent | f22842f6e2bd0b433e973654b24b5dba378ac58d (diff) | |
download | mts-io-5885e7622d6f8dcdf4ae1fbc63cdc0200699278b.tar.gz mts-io-5885e7622d6f8dcdf4ae1fbc63cdc0200699278b.tar.bz2 mts-io-5885e7622d6f8dcdf4ae1fbc63cdc0200699278b.zip |
Use upstream USB hub for reset
-rw-r--r-- | io-module/machine/mtcpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/machine/mtcpm.c b/io-module/machine/mtcpm.c index 481d649..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(2, 3), + .gpio = OMAP_GPIO(2, 12), .flags = GPIOF_OUT_INIT_HIGH, .label = "usbhub-reset", }, |