Skip to content

Commit

Permalink
ARM: at91/dt/trivial: use macro for AES irq type
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Nicolas Ferre committed Dec 9, 2013
1 parent 510e378 commit 07f7d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 07f7d50

Please sign in to comment.