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

Commit c1cc9ddc authored by Maulik Shah's avatar Maulik Shah Committed by Veera Vegivada
Browse files

ARM: dts: msm: Add PDC interrupt controller device for direwolf

This change adds PDC irqchip device.

Change-Id: Ida7cc0c7b8ffb5f92e03587425b96bb06ecdebae
parent 7e3c1770
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -379,6 +379,33 @@
		};
	};

	pdc: interrupt-controller@b220000 {
		compatible = "qcom,direwolf-pdc";
		reg = <0xb220000 0x30000>, <0x17c000f0 0x64>;
		qcom,pdc-ranges = <0 480 40>, <40 140 14>, <54 263 1>,
				  <55 306 4>, <59 312 3>, <62 374 2>,
				  <64 434 2>, <66 438 3>, <69 86 1>,
				  <70 520 54>, <124 609 28>, <159 638 1>,
				  <160 720 8>, <168 801 1>, <169 728 30>,
				  <199 416 2>, <201 449 1>, <202 89 1>,
				  <203 451 1>, <204 462 1>, <205 264 1>,
				  <206 579 1>, <207 653 1>, <208 656 1>,
				  <209 659 1>, <210 122 1>, <211 699 1>,
				  <212 705 1>, <213 450 1>, <214 643 2>,
				  <216 646 5>, <221 390 5>, <226 700 3>,
				  <229 240 3>, <232 269 1>, <233 377 1>,
				  <234 372 1>, <235 138 1>, <236 857 1>,
				  <237 860 1>, <238 137 1>, <239 668 1>,
				  <240 366 1>, <241 949 1>, <242 815 5>,
				  <247 769 1>, <248 768 1>, <249 663 1>,
				  <250 799 2>, <252 798 1>, <253 765 1>,
				  <254 763 1>, <255 454 3>, <258 139 1>,
				  <259 786 2>, <261 370 2>, <263 158 2>;
		#interrupt-cells = <2>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

	memtimer: timer@17c20000 {
		#address-cells = <1>;
		#size-cells = <1>;
@@ -495,6 +522,7 @@
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
		wakeup-parent = <&pdc>;
	};

	wdog: qcom,wdt@17c10000 {