From 69f32901f40b7b276ccf305504ebd0a0d60ebc89 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 8 Jun 2012 13:43:55 -0500 Subject: en4: set bt-enabled, wlan-enabled low on load * fixes wl1271 init, both pins need to be low before enabling either wifi or bluetooth --- io-module/mts_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 8c59303..20c663d 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -530,7 +530,7 @@ static struct gpio_pin gpio_pins_en4_0_0[] = { .attr_name = "bt-enabled", .pin = AT91_PIN_PC0, .direction = GPIO_DIR_OUTPUT, - .output_value = 1, + .output_value = 0, .use_pullup = 0, }, { @@ -538,7 +538,7 @@ static struct gpio_pin gpio_pins_en4_0_0[] = { .attr_name = "wlan-enabled", .pin = AT91_PIN_PC1, .direction = GPIO_DIR_OUTPUT, - .output_value = 1, + .output_value = 0, .use_pullup = 0, }, { -- cgit v1.2.3