Skip to content

Commit

Permalink
ARM: dts: AM33XX: Fix AES interrupt number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joel Fernandes authored and Benoit Cousson committed Oct 11, 2013
1 parent 99919e5 commit 7af8884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7af8884

Please sign in to comment.