fix gpio interrupt-cells property on AM335x
[openwrt/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 diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
12 index 2664da9..5c2d6c1 100644
13 --- a/arch/arm/boot/dts/am33xx.dtsi
14 +++ b/arch/arm/boot/dts/am33xx.dtsi
15 @@ -724,7 +724,7 @@
16 compatible = "ti,omap4-aes";
17 ti,hwmods = "aes";
18 reg = <0x53500000 0xa0>;
19 - interrupts = <102>;
20 + interrupts = <103>;
21 dmas = <&edma 6>,
22 <&edma 5>;
23 dma-names = "tx", "rx";