OSDN Git Service

ARM: dts: omap3-gta04: Fix a GPIO line for bma180 node
authorMarek Belisko <marek@goldelico.com>
Thu, 22 Jan 2015 20:38:11 +0000 (21:38 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 20:54:31 +0000 (12:54 -0800)
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>
arch/arm/boot/dts/omap3-gta04.dtsi

index 63f4f48..80409c4 100644 (file)
        bma180@41 {
                compatible = "bosch,bma180";
                reg = <0x41>;
-               interrupt-parent = <&gpio3>;
+               interrupt-parent = <&gpio4>;
                interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
        };