Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Fix a GPIO line for bma180 node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marek Belisko authored and Tony Lindgren committed Jan 26, 2015
1 parent 85f534e commit 75fb2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
bma180@41 {
compatible = "bosch,bma180";
reg = <0x41>;
interrupt-parent = <&gpio3>;
interrupt-parent = <&gpio4>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
};

Expand Down

0 comments on commit 75fb2c1

Please sign in to comment.