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

Commit c8a4bef6 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add MPM interrupt controller for holi

Add mpm interrupt controller node to program the wakeup
capable interrupts to RPM MSG RAM.

Change-Id: I930620443e0abef6bc39feee33496a45a9552d1e
parent 2c4ee1b3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -498,6 +498,18 @@
		qcom,wakeup-enable;
	};

	wakegic: wake-gic {
		compatible = "qcom,mpm-gic-holi", "qcom,mpm";
		interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
		reg = <0x45f01b8 0x1000>,
			<0x0f40000c 0x4>;  /* MSM_APCS_GCC_BASE 4K */
		reg-names = "vmpm", "ipc";
		qcom,num-mpm-irqs = <96>;
		interrupt-controller;
		interrupt-parent = <&intc>;
		#interrupt-cells = <2>;
	};

	rpm_bus: qcom,rpm-smd {
		compatible = "qcom,rpm-smd";
		rpm-channel-name = "rpm_requests";