Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20cebbcd authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm: fix PDC interrupt map for kona



Interrupt map of PDC pins to GIC interrupts have 0-29 pins in sequence.
That amounts to 30 pins. Fix the bindings to reflect that correctly.

Change-Id: I070014e9005a935bf133605f319dbde495dd8eeb
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 8b4b1ec1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1339,7 +1339,7 @@
	pdc: interrupt-controller@b220000 {
		compatible = "qcom,kona-pdc";
		reg = <0xb220000 0x30000>;
		qcom,pdc-ranges = <0 480 29>, <42 522 52>, <94 609 30>;
		qcom,pdc-ranges = <0 480 30>, <42 522 52>, <94 609 30>;
		#interrupt-cells = <2>;
		interrupt-parent = <&intc>;
		interrupt-controller;