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

Commit 6e8053f7 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Add extcon phandler with USB node on sdxprairie



USB driver needs to receive vbus/ID(source/sink) notification from
linux pmic driver through policy engine driver. Hence add extcon
phandler with USB node on sdxprairie. Also add qcom,use-pdc-interrupts
flag as DP/DM interrupts are PDC interrupts.

Change-Id: Iaa9a5066ce4c48ed00f57c0106305d97468ed59a
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 94da5973
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,3 +34,7 @@
	vbus-supply = <&smb5_vbus>;
	vconn-supply = <&smb5_vconn>;
};

&usb {
	extcon = <&pm8150b_pdphy>;
};
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
		interrupts = <0 157 0>, <0 130 0>, <0 158 0>;
		interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
				"dm_hs_phy_irq";
		qcom,use-pdc-interrupts;

		USB3_GDSC-supply = <&gdsc_usb30>;
		clocks = <&clock_gcc GCC_USB30_MASTER_CLK>,