mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 22:36:58 +07:00
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: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
a103e41225
commit
06db3768ef
@ -329,7 +329,7 @@ gpio5: pca953x@20 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&tx28_pca9554_pins>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
interrupts = <28 0>;
|
||||
interrupts = <28 IRQ_TYPE_NONE>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
@ -353,7 +353,7 @@ touchscreen: tsc2007@48 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&tx28_tsc2007_pins>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
interrupts = <20 0>;
|
||||
interrupts = <20 IRQ_TYPE_EDGE_FALLING>;
|
||||
pendown-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
||||
ti,x-plate-ohms = /bits/ 16 <660>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user