Commit 07f7d503 authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91/dt/trivial: use macro for AES irq type

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 510e3783
......@@ -341,7 +341,7 @@ sha@f8034000 {
aes@f8038000 {
compatible = "atmel,sam9g46-aes";
reg = <0xf8038000 0x100>;
interrupts = <43 4 0>;
interrupts = <43 IRQ_TYPE_LEVEL_HIGH 0>;
};
tdes@f803c000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment