summaryrefslogtreecommitdiff
path: root/io-module/machine
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-08-29 10:13:28 -0500
committerJohn Klug <john.klug@multitech.com>2019-08-29 10:13:28 -0500
commit4800a0951e1440f761285f66b94fa7cff74f12cf (patch)
tree836d933f1f93ba754006e22737a47f16ad1ff712 /io-module/machine
parent3dd7c01a687d1112df038651c4530ea21140c26e (diff)
downloadmts-io-4800a0951e1440f761285f66b94fa7cff74f12cf.tar.gz
mts-io-4800a0951e1440f761285f66b94fa7cff74f12cf.tar.bz2
mts-io-4800a0951e1440f761285f66b94fa7cff74f12cf.zip
Make the names the same as MTR for separate WiFi/BT enable/reset4.1.6
Diffstat (limited to 'io-module/machine')
-rw-r--r--io-module/machine/mtcdt3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index cc4c8a7..bae9c82 100644
--- a/io-module/machine/mtcdt3.c
+++ b/io-module/machine/mtcdt3.c
@@ -45,24 +45,24 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.capability = CAPA_BLUETOOTH,
},
{
- .name = "WIFI_RESET",
+ .name = "WIFI_ENABLE",
.pin = {
.gpio = OMAP_GPIO(4,11), /* 4_11 */
.flags = GPIOF_OUT_INIT_HIGH,
.label = "wifi-reset",
},
.capability = CAPA_WIFI,
- .active_low = 1,
+ .active_low = 0,
},
{
- .name = "BT_RESET",
+ .name = "BT_ENABLE",
.pin = {
.gpio = OMAP_GPIO(4,10), /* 4_10 */
.flags = GPIOF_OUT_INIT_HIGH,
.label = "bt-reset",
},
.capability = CAPA_BLUETOOTH,
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "USBHUB_RESET",