Commit 75fb2c15 authored by Marek Belisko's avatar Marek Belisko Committed by Tony Lindgren

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

GPIO_115 used as irq is in &gpio4, not &gpio3.
Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 85f534e6
......@@ -265,7 +265,7 @@ bmp085@77 {
bma180@41 {
compatible = "bosch,bma180";
reg = <0x41>;
interrupt-parent = <&gpio3>;
interrupt-parent = <&gpio4>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment