ARM: dts: omap3-gta04: Fix a GPIO line for bma180 node

GPIO_115 used as irq is in &gpio4, not &gpio3.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Marek Belisko 2015-01-22 21:38:11 +01:00 committed by Tony Lindgren
parent 85f534e6ce
commit 75fb2c150d
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@
bma180@41 {
compatible = "bosch,bma180";
reg = <0x41>;
interrupt-parent = <&gpio3>;
interrupt-parent = <&gpio4>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
};