diff options
| author | Mike Nicholson <mike.nicholson@multitech.com> | 2021-03-15 09:05:22 -0500 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2021-08-10 18:32:12 -0500 | 
| commit | 49fa683f2ab79249f6d17058250f855a216d63f1 (patch) | |
| tree | 840cf26794490fd1cae082fd0c280b78b5fa1d37 | |
| parent | 883e395b2b07ab04f8fe57ac91e63e71dde5d4f6 (diff) | |
| download | mts-io-49fa683f2ab79249f6d17058250f855a216d63f1.tar.gz mts-io-49fa683f2ab79249f6d17058250f855a216d63f1.tar.bz2 mts-io-49fa683f2ab79249f6d17058250f855a216d63f1.zip | |
Use upstream USB hub for reset
| -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 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",  		}, | 
