Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 510e3783
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {