提交 5d282d3f 编写于 作者: H H. Nikolaus Schaller 提交者: Tony Lindgren

ARM: dts: omap3-gta04: add pinmux for bmp085 EOC interrupt

Signed-off-by: NH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 7384a242
......@@ -284,6 +284,12 @@
>;
};
bmp085_pins: pinmux_bmp085_pins {
pinctrl-single,pins = <
OMAP3_CORE1_IOPAD(0x2136, PIN_INPUT_PULLUP | MUX_MODE4) /* gpio113 */
>;
};
bma180_pins: pinmux_bma180_pins {
pinctrl-single,pins = <
OMAP3_CORE1_IOPAD(0x213a, PIN_INPUT_PULLUP | MUX_MODE4) /* gpio115 */
......@@ -373,6 +379,8 @@
bmp085@77 {
compatible = "bosch,bmp085";
reg = <0x77>;
pinctrl-names = "default";
pinctrl-0 = <&bmp085_pins>;
interrupt-parent = <&gpio4>;
interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* GPIO_113 */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册