diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-23 16:56:40 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-24 08:23:58 +0200 |
commit | 27e1acb759e0409ee140f3bdaf5c70c5582ddf91 (patch) | |
tree | 09a8a6bfd06f039287eb20e9b7eaf810af519703 /arch/arm/boot/dts/imx53-tx53.dtsi | |
parent | ARM: dts: imx28-tx28: fix interrupt flags (diff) | |
download | linux-27e1acb759e0409ee140f3bdaf5c70c5582ddf91.tar.xz 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.dtsi | 4 |
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; }; |