Browse Source

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>
Joel Fernandes 12 years ago
parent
commit
7af8884a17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/am33xx.dtsi

+ 1 - 1
arch/arm/boot/dts/am33xx.dtsi

@@ -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";