提交 06db3768 编写于 作者: L Lothar Waßmann 提交者: Shawn Guo

ARM: dts: imx28-tx28: fix interrupt flags

Some interrupts properties are given '0' as the flags argument.
Change them to use the appropriate interrupt flags.
Signed-off-by: NLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 a103e412
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&tx28_pca9554_pins>; pinctrl-0 = <&tx28_pca9554_pins>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio3>;
interrupts = <28 0>; interrupts = <28 IRQ_TYPE_NONE>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&tx28_tsc2007_pins>; pinctrl-0 = <&tx28_tsc2007_pins>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio3>;
interrupts = <20 0>; interrupts = <20 IRQ_TYPE_EDGE_FALLING>;
pendown-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>; pendown-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>;
ti,x-plate-ohms = /bits/ 16 <660>; ti,x-plate-ohms = /bits/ 16 <660>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册