diff options
author | Joel Fernandes <joelf@ti.com> | 2013-07-17 20:07:52 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:41 -0400 |
commit | 7af8884a175b56851ece09e47c74948c3160c07c (patch) | |
tree | 179723857b7c2b331ea57e4ceef33a5422c2a4c4 | |
parent | 99919e5e1545d819023f44e5e97d2105af0ca613 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index e36aed69a363..c87bf4b8acf2 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -726,7 +726,7 @@ | |||
726 | compatible = "ti,omap4-aes"; | 726 | compatible = "ti,omap4-aes"; |
727 | ti,hwmods = "aes"; | 727 | ti,hwmods = "aes"; |
728 | reg = <0x53500000 0xa0>; | 728 | reg = <0x53500000 0xa0>; |
729 | interrupts = <102>; | 729 | interrupts = <103>; |
730 | dmas = <&edma 6>, | 730 | dmas = <&edma 6>, |
731 | <&edma 5>; | 731 | <&edma 5>; |
732 | dma-names = "tx", "rx"; | 732 | dma-names = "tx", "rx"; |