diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-10-11 08:45:44 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-09 05:10:10 -0500 |
commit | 07f7d503e3a77a5890694a9c0b878d89d6a38dae (patch) | |
tree | 76fda10d908967b0c4dd69d15dfa4cd1ef3f0df6 | |
parent | 510e37831ea91aea4b2bcb2054f173f174e1f834 (diff) |
ARM: at91/dt/trivial: use macro for AES irq type
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
341 | aes@f8038000 { | 341 | aes@f8038000 { |
342 | compatible = "atmel,sam9g46-aes"; | 342 | compatible = "atmel,sam9g46-aes"; |
343 | reg = <0xf8038000 0x100>; | 343 | reg = <0xf8038000 0x100>; |
344 | interrupts = <43 4 0>; | 344 | interrupts = <43 IRQ_TYPE_LEVEL_HIGH 0>; |
345 | }; | 345 | }; |
346 | 346 | ||
347 | tdes@f803c000 { | 347 | tdes@f803c000 { |