ARM: dts: AM33XX: Fix AES interrupt number
authorJoel Fernandes <joelf@ti.com>
Thu, 18 Jul 2013 00:07:52 +0000 (19:07 -0500)
committerBenoit Cousson <bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:41 +0000 (21:06 +0200)
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>
arch/arm/boot/dts/am33xx.dtsi

index e36aed6..c87bf4b 100644 (file)
                        compatible = "ti,omap4-aes";
                        ti,hwmods = "aes";
                        reg = <0x53500000 0xa0>;
-                       interrupts = <102>;
+                       interrupts = <103>;
                        dmas = <&edma 6>,
                               <&edma 5>;
                        dma-names = "tx", "rx";