diff options
author | Joel Fernandes <joelf@ti.com> | 2013-07-17 19:07:52 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 21:06:41 +0200 |
commit | 7af8884a175b56851ece09e47c74948c3160c07c (patch) | |
tree | 179723857b7c2b331ea57e4ceef33a5422c2a4c4 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 99919e5e1545d819023f44e5e97d2105af0ca613 (diff) | |
download | blackbird-op-linux-7af8884a175b56851ece09e47c74948c3160c07c.tar.gz blackbird-op-linux-7af8884a175b56851ece09e47c74948c3160c07c.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-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 @@ compatible = "ti,omap4-aes"; ti,hwmods = "aes"; reg = <0x53500000 0xa0>; - interrupts = <102>; + interrupts = <103>; dmas = <&edma 6>, <&edma 5>; dma-names = "tx", "rx"; |