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

Commit 9cac8592 authored by Srinivas Rao L's avatar Srinivas Rao L
Browse files

ARM: dts: msm: Add PDC interrupt controller for sdmmagpie



Add pdc interrupt controller as SOC interrupt parent and
as a child domain under intc.

Change-Id: I3c375c4fac2e5a227550fd1a0aab2c4c71ab2efe
Signed-off-by: default avatarSrinivas Rao L <lsrao@codeaurora.org>
parent 3c07b3ad
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
	model = "Qualcomm Technologies, Inc. SDMMAGPIE";
	compatible = "qcom,sdmmagpie";
	qcom,msm-id = <365 0x0>;
	interrupt-parent = <&intc>;
	interrupt-parent = <&pdc>;

	cpus {
		#address-cells = <2>;
@@ -511,6 +511,14 @@
		interrupt-parent = <&intc>;
	};

	pdc: interrupt-controller@b220000 {
		compatible = "qcom,pdc-sdmmagpie";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <GIC_PPI 1 0xf08>,