bb9395448453f355d7bd8736bc229c50d37c9e94
[openwrt.git] / target / linux / omap / patches-3.12 / 302-ARM-dts-AM33XX-Fix-AES-interrupt-number.patch
1 AES interrupts were previously not used, but after recent changes to omap-aes
2 driver, its being used. We correct the interrupt number to have working PIO
3 mode.
4
5 Signed-off-by: Joel Fernandes <joelf@ti.com>
6
7 ---
8 arch/arm/boot/dts/am33xx.dtsi | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/arch/arm/boot/dts/am33xx.dtsi
12 +++ b/arch/arm/boot/dts/am33xx.dtsi
13 @@ -721,7 +721,7 @@
14                         compatible = "ti,omap4-aes";
15                         ti,hwmods = "aes";
16                         reg = <0x53500000 0xa0>;
17 -                       interrupts = <102>;
18 +                       interrupts = <103>;
19                         dmas = <&edma 6>,
20                                <&edma 5>;
21                         dma-names = "tx", "rx";