1
0
Fork 0

ARM: dts: AM33XX: Fix AES interrupt number

AES interrupts were previously not used, but after recent changes
to omap-aes driver, its being used.
Correct the interrupt number to have working PIO mode.

Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
hifive-unleashed-5.1
Joel Fernandes 2013-07-17 19:07:52 -05:00 committed by Benoit Cousson
parent 99919e5e15
commit 7af8884a17
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@
compatible = "ti,omap4-aes";
ti,hwmods = "aes";
reg = <0x53500000 0xa0>;
interrupts = <102>;
interrupts = <103>;
dmas = <&edma 6>,
<&edma 5>;
dma-names = "tx", "rx";