diff mbox

[PATCHv3,4/4] arm: orion5x: correct IRQ used in dtsi for mv_cesa

Message ID 1364334289-19669-5-git-send-email-alex@digriz.org.uk (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Clouter March 26, 2013, 9:44 p.m. UTC
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>
---
 arch/arm/boot/dts/orion5x.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jason Cooper March 28, 2013, 5:25 p.m. UTC | #1
On Tue, Mar 26, 2013 at 09:44:49PM +0000, Alexander Clouter wrote:
> 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>
> ---
>  arch/arm/boot/dts/orion5x.dtsi |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to mvebu/fixes

thx,

Jason.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index c37290b..892c64e 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -129,7 +129,7 @@ 
 			reg = <0x90000 0x10000>,
 			      <0xf2200000 0x800>;
 			reg-names = "regs", "sram";
-			interrupts = <22>;
+			interrupts = <28>;
 			status = "okay";
 		};
 	};