diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-11 01:54:50 -0700 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-11 01:54:58 -0700 | 
| commit | 99d8a1732130a4254768bd0c2a228f3929cbc9ca (patch) | |
| tree | 078f2c01a302dbb24e1310818973d56a4c0e563f | |
| parent | 57469e595bc2bc356259482a55397d450a83f5e7 (diff) | |
| download | olio-linux-3.10-99d8a1732130a4254768bd0c2a228f3929cbc9ca.tar.xz olio-linux-3.10-99d8a1732130a4254768bd0c2a228f3929cbc9ca.zip | |
Tiny changes makes a big difference - bluetooth sleep working
Change-Id: Ia8b61398e1d07f4add1da0528557fd0339bbf95c
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index d99fb863163..c0551e82502 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -53,7 +53,8 @@  		/*                                                    */  		/*             off  IRQ handle                        */  		ti,pad_irq = <0x16e  90  1>, /* uart3 - serial rx     */ -                     <0x9f6  143 1>; /* mpu6515 irq pin       */ +                     <0x9f6  143 1>, /* mpu6515 irq pin       */ +                     <0x9f4  123 1>; /* BT host wake          */  	};  }; |