summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-tx53.dtsi
diff options
context:
space:
mode:
authorLothar Waßmann2017-10-23 16:56:40 +0200
committerShawn Guo2017-10-24 08:23:58 +0200
commit27e1acb759e0409ee140f3bdaf5c70c5582ddf91 (patch)
tree09a8a6bfd06f039287eb20e9b7eaf810af519703 /arch/arm/boot/dts/imx53-tx53.dtsi
parentARM: dts: imx28-tx28: fix interrupt flags (diff)
downloadkernel-qcow2-linux-27e1acb759e0409ee140f3bdaf5c70c5582ddf91.tar.gz
kernel-qcow2-linux-27e1acb759e0409ee140f3bdaf5c70c5582ddf91.tar.xz
kernel-qcow2-linux-27e1acb759e0409ee140f3bdaf5c70c5582ddf91.zip
ARM: dts: imx53-tx53: fix interrupt flags
Some interrupts properties are given '0' as the flags argument or no flags argument at all. 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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tx53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53-tx53.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi
index 8e10c4757770..71b58b6933e1 100644
--- a/arch/arm/boot/dts/imx53-tx53.dtsi
+++ b/arch/arm/boot/dts/imx53-tx53.dtsi
@@ -227,7 +227,7 @@
phy0: ethernet-phy@0 {
interrupt-parent = <&gpio2>;
- interrupts = <4>;
+ interrupts = <4 IRQ_TYPE_EDGE_FALLING>;
device_type = "ethernet-phy";
};
};
@@ -247,7 +247,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ds1339>;
interrupt-parent = <&gpio4>;
- interrupts = <20 0>;
+ interrupts = <20 IRQ_TYPE_EDGE_FALLING>;
trickle-resistor-ohms = <250>;
trickle-diode-disable;
};