Skip to content

Commit

Permalink
ARM: dts: omap3-igep0020: use standard constant for IRQ flags
Browse files Browse the repository at this point in the history
Commit 840ef8b ("ARM: dt: add header to define IRQ flags") added
constants for IRQ edge/level triggered types so use it instead of
a magic number to enhance the DT readability.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Javier Martinez Canillas authored and Benoit Cousson committed Oct 11, 2013
1 parent 339e834 commit 2892aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-igep0020.dts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
gpmc,cycle2cycle-diffcsen;

interrupt-parent = <&gpio6>;
interrupts = <16 8>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
vmmc-supply = <&vddvario>;
vmmc_aux-supply = <&vdd33a>;
reg-io-width = <4>;
Expand Down

0 comments on commit 2892aef

Please sign in to comment.