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

Commit 7c6705d0 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Add TCSR_USB_PHY_VLS_CLAMP reg offset for sdxpoorwills



vls clamp needs to be enabled/disabled when enabling/disabling phy
autonomous mode. This is mandatory property for QMP PHY not supporting
display port. Hence probe would fail if it is not defined.

Change-Id: Ibac08ec743872ce4679255bb693cfea3eedd7c88
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 6f67fe7a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -92,8 +92,10 @@
	/* USB port for Super Speed PHY */
	usb3_qmp_phy: ssphy@ff0000 {
		compatible = "qcom,usb-ssphy-qmp-v2";
		reg = <0xff0000 0x1000>;
		reg-names = "qmp_phy_base";
		reg = <0xff0000 0x1000>,
		    <0x01fcb244 0x4>;
		reg-names = "qmp_phy_base",
			"vls_clamp_reg";

		vdd-supply = <&pmxpoorwills_l4>;
		core-supply = <&pmxpoorwills_l1>;