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

Commit de3737da authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

ARM: dts: msm: Update the rpm-smd node with correct IRQ for holi

Update the rpm-smd node with proper glink-rpm irq so that
rpm driver can mask the glink-rpm interrupt while going to
APSS deep sleep.

Change-Id: I1823ce98a2c1cd0586a2f68d1610edae5bb2f0d7
parent 97021fd7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -979,7 +979,10 @@
	rpm_bus: qcom,rpm-smd {
		compatible = "qcom,rpm-smd";
		rpm-channel-name = "rpm_requests";
		interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-parent = <&ipcc_mproc>;
		interrupts = <IPCC_CLIENT_AOP
			      IPCC_MPROC_SIGNAL_GLINK_QMP
			      IRQ_TYPE_EDGE_RISING>;
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
	};