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

Commit 4287e469 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Add USB PHY related PDC interrupts and enable on sdxlemur

Update USB PHY related PDC interrupts configuration and set
qcom,use-pdc-interrupts flag to start using those for wakeup
and resume functionality.

Change-Id: Ic77276d5881456b2f7941097316a0c08afd30a4d
parent bd9514b7
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -14,8 +14,13 @@
		ranges;
		dma-ranges;

		interrupts = <0 130 0>;
		interrupt-names = "pwr_event_irq";
		interrupts-extended = <&pdc 19 IRQ_TYPE_EDGE_RISING>,
				<&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
				<&pdc 76 IRQ_TYPE_LEVEL_HIGH>,
				<&pdc 18 IRQ_TYPE_EDGE_RISING>;
		interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
				"ss_phy_irq", "dm_hs_phy_irq";
		qcom,use-pdc-interrupts;

		USB3_GDSC-supply = <&gcc_usb30_gdsc>;
		clocks = <&gcc GCC_USB30_MASTER_CLK>,