提交 3018f502 编写于 作者: H Hernán Gonzalez 提交者: Tony Lindgren

ARM: dts: am335x-boneblue: Use IRQ_TYPE specifier

GPIO_ACTIVE_LOW was being used to specify an interrupt, use
IRQ_TYPE_EDGE_RISING instead. This improves DT readability.
Signed-off-by: NHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 51cc2f73
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
compatible = "invensense,mpu9250"; compatible = "invensense,mpu9250";
reg = <0x68>; reg = <0x68>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio3>;
interrupts = <21 GPIO_ACTIVE_LOW>; interrupts = <21 IRQ_TYPE_EDGE_RISING>;
i2c-gate { i2c-gate {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册