Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2892aef2 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Benoit Cousson
Browse files

ARM: dts: omap3-igep0020: use standard constant for IRQ flags



Commit 840ef8b7 ("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: default avatarJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 339e834f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;