ARM: at91/dt/trivial: use macro for AES irq type
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
510e37831e
commit
07f7d503e3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue