From: Nicolas Ferre Date: Fri, 11 Oct 2013 12:45:44 +0000 (+0200) Subject: ARM: at91/dt/trivial: use macro for AES irq type X-Git-Tag: firefly_0821_release~176^2~4512^2~19^2~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=07f7d503e3a77a5890694a9c0b878d89d6a38dae;p=firefly-linux-kernel-4.4.55.git ARM: at91/dt/trivial: use macro for AES irq type Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index de9feced9935..b4dead3b0de3 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -341,7 +341,7 @@ aes@f8038000 { compatible = "atmel,sam9g46-aes"; reg = <0xf8038000 0x100>; - interrupts = <43 4 0>; + interrupts = <43 IRQ_TYPE_LEVEL_HIGH 0>; }; tdes@f803c000 {