diff options
| author | Andrew Dodd <atd7@cornell.edu> | 2012-12-11 18:24:41 -0500 |
|---|---|---|
| committer | Andrew Dodd <atd7@cornell.edu> | 2012-12-11 22:18:18 -0500 |
| commit | eef70d57f2bfd19f9f8572b1de422f5cc4cdaaf1 (patch) | |
| tree | f38281bbc780026c443a5603a95057467fcd05c4 /arch/arm/mach-exynos/mach-p4notepq.c | |
| parent | a71808b497441557d1a0c476e9305e9f5e0d4842 (diff) | |
| download | kernel_samsung_smdk4412-eef70d57f2bfd19f9f8572b1de422f5cc4cdaaf1.tar.gz kernel_samsung_smdk4412-eef70d57f2bfd19f9f8572b1de422f5cc4cdaaf1.tar.bz2 kernel_samsung_smdk4412-eef70d57f2bfd19f9f8572b1de422f5cc4cdaaf1.zip | |
bluetooth-bcm4334: Make LPM behave like 4330 implementation
We know the 4330 implementation works on galaxys2-common
We don't have an nRST line so remove that. Main other
difference is we use the UART LPM stuff based on
mach-u1
Change-Id: Ie953b0fa8c47ca1ebf58ef9eaa5a03265b449071
Diffstat (limited to 'arch/arm/mach-exynos/mach-p4notepq.c')
| -rw-r--r-- | arch/arm/mach-exynos/mach-p4notepq.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-p4notepq.c b/arch/arm/mach-exynos/mach-p4notepq.c index 8466afc889f..7015259f958 100644 --- a/arch/arm/mach-exynos/mach-p4notepq.c +++ b/arch/arm/mach-exynos/mach-p4notepq.c @@ -42,6 +42,11 @@ #ifdef CONFIG_BATTERY_SEC_PX #include <linux/power/sec_battery_px.h> #endif + +#ifdef CONFIG_BT_BCM4334 +#include <mach/board-bluetooth-bcm.h> +#endif + #include <linux/power_supply.h> #ifdef CONFIG_STMPE811_ADC #include <linux/stmpe811-adc.h> @@ -194,6 +199,9 @@ static struct s3c2410_uartcfg smdk4212_uartcfgs[] __initdata = { .ucon = SMDK4212_UCON_DEFAULT, .ulcon = SMDK4212_ULCON_DEFAULT, .ufcon = SMDK4212_UFCON_DEFAULT, +#ifdef CONFIG_BT_BCM4334 + .wake_peer = bcm_bt_lpm_exit_lpm_locked, +#endif }, [1] = { .hwport = 1, |
