crypto: fix blkmv irq initialization
authorMatthew Shyu <matthew.shyu@amlogic.com>
Wed, 12 Apr 2017 08:35:37 +0000 (16:35 +0800)
committerMatthew Shyu <matthew.shyu@amlogic.com>
Wed, 12 Apr 2017 09:14:01 +0000 (17:14 +0800)
PD#141217: fix blkmv irq initialization

Change-Id: I588e48b40207b6371df66d511ff56dfbeff21fba
Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com>
arch/arm/boot/dts/amlogic/meson8b.dtsi

index ead1a19..a845fad 100644 (file)
@@ -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";
        };