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

Commit 55c2249b authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm: Use PDC IRQ for SPMI to allow PMIC peripheral wakeup on Kona



Interrupts that are expected to wakeup the SoC from suspend or deep sleep mode
need to be requested from the PDC interrupt controller. Change SPMI
configuration to request PDC interrupt 1 instead of GIC interrupt 481.

Change-Id: I8ce046afd7ec836a784c94cac0e93e08f7b95947
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent f5f31790
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1720,7 +1720,7 @@
		      <0xc40a000 0x26000>;
		reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
		interrupt-names = "periph_irq";
		interrupts = <GIC_SPI 481 IRQ_TYPE_LEVEL_HIGH>;
		interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
		qcom,ee = <0>;
		qcom,channel = <0>;
		#address-cells = <2>;