summaryrefslogtreecommitdiff
path: root/io-module/machine/mtcdt3.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/machine/mtcdt3.c')
-rw-r--r--io-module/machine/mtcdt3.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index bae9c82..10bb5a5 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_ENABLE",
+ .name = "WIFI_RESET",
.pin = {
.gpio = OMAP_GPIO(4,11), /* 4_11 */
.flags = GPIOF_OUT_INIT_HIGH,
- .label = "wifi-reset",
+ .label = "wlan-enabled",
},
.capability = CAPA_WIFI,
- .active_low = 0,
+ .active_low = 1,
},
{
- .name = "BT_ENABLE",
+ .name = "BT_RESET",
.pin = {
.gpio = OMAP_GPIO(4,10), /* 4_10 */
.flags = GPIOF_OUT_INIT_HIGH,
- .label = "bt-reset",
+ .label = "bt-enabled",
},
.capability = CAPA_BLUETOOTH,
- .active_low = 0,
+ .active_low = 1,
},
{
.name = "USBHUB_RESET",