mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user