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

Commit 26652232 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Enable support to use PDC interrupts for sdxpoorwills



HS phy irq lines usb2_dpse, usb2_dmse and SS phy irq line
qmp_usb3_lfps_rxterm_irq_mx routs to PDC. Change allows to generate
PDC interrupts when phy generates interrupt in order to wake up USB
HW from low power mode.

Change-Id: I1d999567b174411eaf3f2ab782d500097371c218
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 700cd930
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -24,13 +24,15 @@
		#size-cells = <1>;
		ranges;

		interrupts = <0 131 0>, <0 130 0>, <0 59 0>;
		interrupt-names = "hs_phy_irq", "pwr_event_irq", "ss_phy_irq";
		interrupts = <0 197 0>, <0 130 0>, <0 196 0>, <0 198 0>;
		interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
			"ss_phy_irq", "dm_hs_phy_irq";

		USB3_GDSC-supply = <&gdsc_usb30>;
		qcom,usb-dbm = <&dbm_1p5>;
		qcom,dwc-usb3-msm-tx-fifo-size = <21288>;
		qcom,num-gsi-evt-buffs = <0x3>;
		qcom,use-pdc-interrupts;

		clocks = <&clock_gcc GCC_USB30_MASTER_CLK>,
			 <&clock_gcc GCC_SYS_NOC_USB3_CLK>,