ARM: at91/dt/trivial: use macro for AES irq type
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 11 Oct 2013 12:45:44 +0000 (14:45 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 9 Dec 2013 10:10:10 +0000 (11:10 +0100)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index de9fece..b4dead3 100644 (file)
                        aes@f8038000 {
                                compatible = "atmel,sam9g46-aes";
                                reg = <0xf8038000 0x100>;
-                               interrupts = <43 4 0>;
+                               interrupts = <43 IRQ_TYPE_LEVEL_HIGH 0>;
                        };
 
                        tdes@f803c000 {