crypto: fix blkmv irq initialization

PD#141217: fix blkmv irq initialization

Change-Id: I588e48b40207b6371df66d511ff56dfbeff21fba
Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com>
This commit is contained in:
Matthew Shyu
2017-04-12 16:35:37 +08:00
parent 46148b7e38
commit 2137fb1fcc

View 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";
};