提交 75fb2c15 编写于 作者: M Marek Belisko 提交者: 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: NMarek Belisko <marek@goldelico.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 85f534e6
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
bma180@41 { bma180@41 {
compatible = "bosch,bma180"; compatible = "bosch,bma180";
reg = <0x41>; reg = <0x41>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio4>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册