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

Commit 7e2d0187 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

ARM: dts: msm: Update the rpm-smd node with proper irq number

Update the rpm-smd node with correct irq number to mask
it while going to deep sleep so that core should not wakeup
with rpm acks for the sleep sets.

Change-Id: I520461d9ce3c22100c8601e00c6688c5c450e208
parent 0a4f05c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -922,7 +922,7 @@
	rpm_bus: qcom,rpm-smd {
		compatible = "qcom,rpm-smd";
		rpm-channel-name = "rpm_requests";
		interrupts = <GIC_SPI 194 IRQ_TYPE_EDGE_RISING>;
		interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>;
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
	};