summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1-bluetooth.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3h1-bluetooth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
index 52bf419b549..642ded4811c 100644
--- a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
+++ b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
@@ -43,7 +43,6 @@
static void update_host_wake_locked(int);
#define BT_REG_GPIO 180
-
#define BT_WAKE_GPIO 93
#define BT_HOST_WAKE_GPIO 11
@@ -102,12 +101,12 @@ static void set_wake_locked(int wake)
if (!wake)
wake_unlock(&bt_lpm.wake_lock);
- if (!wake_uart_enabled && wake)
+ //if (!wake_uart_enabled && wake)
//omap_uart_enable(2);
gpio_set_value(BT_WAKE_GPIO, wake);
- if (wake_uart_enabled && !wake)
+ //if (wake_uart_enabled && !wake)
//omap_uart_disable(2);
wake_uart_enabled = wake;