ARM: dts: msm: Fix qsee_ipc_irq_bridge IRQ clear mask for msmcobalt
Currently qsee_ipc_irq_bridge driver is using an incorrect clear mask when it handles an incoming level triggered interrupt. This causes an interrupt storm. Update the IRQ clear mask entry to appropriate value. CRs-Fixed: 1053076 Change-Id: I6bfe7aecd73a13401a218e89874f2225ac91d18f Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
This commit is contained in:
parent
16fe24796a
commit
1480ae09b7
1 changed files with 1 additions and 1 deletions
|
@ -2770,7 +2770,7 @@
|
|||
|
||||
qcom,qsee-ipc-irq-spss {
|
||||
qcom,rx-irq-clr = <0x1d08008 0x4>;
|
||||
qcom,rx-irq-clr-mask = <0x2>;
|
||||
qcom,rx-irq-clr-mask = <0x1>;
|
||||
qcom,dev-name = "qsee_ipc_irq_spss";
|
||||
interrupts = <0 349 4>;
|
||||
label = "spss";
|
||||
|
|
Loading…
Add table
Reference in a new issue