From 2137fb1fcc690d819af7d65275e87153dfac571d Mon Sep 17 00:00:00 2001 From: Matthew Shyu Date: Wed, 12 Apr 2017 16:35:37 +0800 Subject: [PATCH] crypto: fix blkmv irq initialization PD#141217: fix blkmv irq initialization Change-Id: I588e48b40207b6371df66d511ff56dfbeff21fba Signed-off-by: Matthew Shyu --- arch/arm/boot/dts/amlogic/meson8b.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/amlogic/meson8b.dtsi b/arch/arm/boot/dts/amlogic/meson8b.dtsi index ead1a1958909..a845fad3c5d7 100644 --- a/arch/arm/boot/dts/amlogic/meson8b.dtsi +++ b/arch/arm/boot/dts/amlogic/meson8b.dtsi @@ -452,7 +452,7 @@ dwc2_b { compatible = "amlogic,des,tdes"; dev_name = "aml_tdes_blkmv"; status = "okay"; - interrupts = <0 68 1>; + interrupts = <0 36 1>; clocks = <&clkc CLKID_BLKMV>; clock-names = "blkmv"; }; @@ -461,7 +461,7 @@ dwc2_b { compatible = "amlogic,aes"; dev_name = "aml_aes_blkmv"; status = "okay"; - interrupts = <0 68 1>; + interrupts = <0 36 1>; clocks = <&clkc CLKID_BLKMV>; clock-names = "blkmv"; };