ARM: dts: msm: Correct interrupt numbers of GSI for atoll

Correct the interrupt numbers for GSI node of QUP 1.

Change-Id: I7c85eaaa059eaf6f02f0f56ab3b18f4e4c616c20
Signed-off-by: Prudhvi Yarlagadda <pyarlaga@codeaurora.org>
tirimbino
Prudhvi Yarlagadda 6 years ago
parent 3734c515fe
commit bfd3f32d03
  1. 6
      arch/arm64/boot/dts/qcom/atoll-qupv3.dtsi

@ -319,9 +319,9 @@
compatible = "qcom,gpi-dma";
reg = <0xa00000 0x60000>;
reg-names = "gpi-top";
interrupts = <0 646 0>, <0 647 0>, <0 648 0>, <0 649 0>,
<0 650 0>, <0 651 0>, <0 652 0>, <0 653 0>,
<0 654 0>, <0 655 0>;
interrupts = <0 645 0>, <0 646 0>, <0 647 0>, <0 648 0>,
<0 649 0>, <0 650 0>, <0 651 0>, <0 652 0>,
<0 653 0>, <0 654 0>;
qcom,max-num-gpii = <10>;
qcom,gpii-mask = <0x3f>;
qcom,ev-factor = <2>;

Loading…
Cancel
Save