]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
arm: orion5x: correct IRQ used in dtsi for mv_cesa
authorAlexander Clouter <alex@digriz.org.uk>
Tue, 26 Mar 2013 21:44:49 +0000 (21:44 +0000)
committerJason Cooper <jason@lakedaemon.net>
Thu, 28 Mar 2013 17:22:10 +0000 (17:22 +0000)
The crypto functionality in the orion5x dtsi uses the Ethernet IRQ and
so things do not work and there is much grumbling at boot time.
The IRQ for the crypto should be 28, and not 22, and that is what this
patch corrects.

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/orion5x.dtsi

index 7c2a3263c166ee7acabf65347227c05b0d61a377..f7bec3b1ba323538c7ef26d3f9b2aa5cd68b00cc 100644 (file)
@@ -96,7 +96,7 @@
                        reg = <0x90000 0x10000>,
                              <0xf2200000 0x800>;
                        reg-names = "regs", "sram";
-                       interrupts = <22>;
+                       interrupts = <28>;
                        status = "okay";
                };
        };