summaryrefslogtreecommitdiff
path: root/io-module/machine/mtcdt3.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-08-28 15:46:54 -0500
committerJohn Klug <john.klug@multitech.com>2019-08-28 15:46:54 -0500
commit3dd7c01a687d1112df038651c4530ea21140c26e (patch)
tree2b1c3fa898c0b0e4cb43ae41ea31d447a00b9232 /io-module/machine/mtcdt3.c
parent43468a14981d2b34ad7a1c6bb43cd9650db5e479 (diff)
downloadmts-io-4.1.5.tar.gz
mts-io-4.1.5.tar.bz2
mts-io-4.1.5.zip
FIx Ethernet reset, usb hub reset, system board reset4.1.5
Diffstat (limited to 'io-module/machine/mtcdt3.c')
-rw-r--r--io-module/machine/mtcdt3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index 7c8e781..cc4c8a7 100644
--- a/io-module/machine/mtcdt3.c
+++ b/io-module/machine/mtcdt3.c
@@ -33,7 +33,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.flags = GPIOF_IN,
.label = "reset",
},
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "WIFI_BT_INT",
@@ -71,7 +71,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.flags = GPIOF_OUT_INIT_HIGH,
.label = "usbhub-reset",
},
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "ETH_RESET",
@@ -80,7 +80,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.flags = GPIOF_OUT_INIT_HIGH,
.label = "eth-reset",
},
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "GNSS_INT",