diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-07-24 16:15:17 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-07-24 16:15:17 -0700 |
| commit | bd076d06fd6fb325a67e0ea694f5c16c9e506e73 (patch) | |
| tree | e7f225ba55355ce2c489f2af9c3c8041357193d4 | |
| parent | a6eec3c603b23f28e62e0a12adb61b7b290731d4 (diff) | |
| download | olio-linux-3.10-bd076d06fd6fb325a67e0ea694f5c16c9e506e73.tar.xz olio-linux-3.10-bd076d06fd6fb325a67e0ea694f5c16c9e506e73.zip | |
Changing interrupt pin from BT through device tree.
Change-Id: Ia794bcffc6d98a248a058d5dcd326192da5179cc
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index 94f566db142..b66afbc5f32 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -75,7 +75,7 @@ /* listed below will be reported as the wakeup reason */ /* */ /* off IRQ handle */ - ti,pad_irq = <0x150 88 1>, /* uart1 - BT input */ + ti,pad_irq = <0x152 88 1>, /* uart1 - BT input */ <0x16e 90 0>, /* uart3 - serial rx */ <0x9f6 143 1>, /* mpu6515 irq pin - is this offset correct? */ <0x9f4 123 1>, /* BT host wake */ |