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

Commit 437a98e5 authored by Dov Levenglick's avatar Dov Levenglick
Browse files

ARM: dts: mdm9630: add support for pwr_event_irq



The pwr_event_irq is an asynchronous event routed to the
QGIC for waking up from low XO shutdown, even when the core
clocks are disabled. This interrupt is required for runtime
suspend/resume flows.

Change-Id: I8eed493f1c93f02dff2575380e8ce02c11b48983
Signed-off-by: default avatarDov Levenglick <dovl@codeaurora.org>
parent 1bd946f4
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -469,12 +469,14 @@
		ranges;

		interrupt-parent = <&usb3>;
		interrupts = <0 1>;
		interrupts = <0 1 2>;
		#interrupt-cells = <1>;
		interrupt-map-mask = <0x0 0xffffffff>;
		interrupt-map = <0x0 0 &intc 0 133 0
						0x0 1 &spmi_bus 0x0 0x0 0x9 0x0>;
		interrupt-names = "hs_phy_irq", "pmic_id_irq";
				 0x0 1 &intc 0 180 0
				 0x0 2 &spmi_bus 0x0 0x0 0x9 0x0>;
		interrupt-names = "hs_phy_irq", "pwr_event_irq",
				"pmic_id_irq";

		USB3_GDSC-supply = <&gdsc_usb30>;
		qcom,otg-capability;