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

Commit 21b96315 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

ARM: dts: msm: Add the mpm gpio interrupt controller data for msm8953



Add the mpm gpio interrupt controller data and remove
mpm node, make the wake-gic as top level node and move
mpm node data to wake-gic.

Change-Id: I4793f07bfdc37519eb3c48588bf5984fb37cf2f0
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent c8aad111
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -214,20 +214,23 @@
		      <0x0b002000 0x1000>;
	};

	mpm: mpm@601d4 {
		compatible = "qcom,mpm";
	wakegic: wake-gic@601d4 {
		compatible = "qcom,mpm-gic-msm8953", "qcom,mpm-gic";
		interrupts = <GIC_SPI 171 IRQ_TYPE_EDGE_RISING>;
		reg = <0x601d4 0x1000>,
			<0xb011008 0x4>;  /* MSM_APCS_GCC_BASE 4K */
		reg-names = "vmpm", "ipc";
		qcom,num-mpm-irqs = <96>;

		wakegic: wake-gic {
			compatible = "qcom,mpm-gic", "qcom,mpm-gic-msm8953";
		interrupt-controller;
		interrupt-parent = <&intc>;
		#interrupt-cells = <3>;
	};

	wakegpio: wake-gpio {
		compatible = "qcom,mpm-gpio-msm8953", "qcom,mpm-gpio";
		interrupt-controller;
		interrupt-parent = <&tlmm>;
		#interrupt-cells = <2>;
	};

	qcom,msm-gladiator@b1c0000 {