summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/snowball.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-05-29 17:15:39 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-05-30 07:50:47 (GMT)
commit90c40257fe1a9cd0373507cfb05390ad1f2c06ee (patch)
tree5ac2d46e3f5fc2ae49136074a990cb7d9865e1e3 /arch/arm/boot/dts/snowball.dts
parent807e8838e309a8076dcccac1a399522e20bf229c (diff)
downloadlinux-fsl-qoriq-90c40257fe1a9cd0373507cfb05390ad1f2c06ee.tar.xz
ARM: ux500: use symbolic names for interrupt flags
This switches to including <dt-bindings/interrupt-controller/irq.h> and referencing the apropriate flags from there instead of open-coding the flag numerals everywhere in the ux500 device trees. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/snowball.dts')
-rw-r--r--arch/arm/boot/dts/snowball.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index c0a34a6..06982dd 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -105,7 +105,7 @@
ethernet@0 {
compatible = "smsc,lan9115";
reg = <0 0x10000>;
- interrupts = <12 0x1>;
+ interrupts = <12 IRQ_TYPE_EDGE_RISING>;
interrupt-parent = <&gpio4>;
vdd33a-supply = <&en_3v3_reg>;
vddvario-supply = <&db8500_vape_reg>;