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

Commit e25151c0 authored by Pratham Pratap's avatar Pratham Pratap
Browse files

ARM: dts: msm: Add vls_clamp_reg for SM6150



For qmp phy to operate in autonomous mode it is required
to add vls_clamp_reg base address so that driver can program
the clamp register.

Change-Id: I6eab440809907f92a0490a780f2a41c5ae56a2d7
Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
parent 8f98759d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -171,8 +171,10 @@
	/* Primary USB port related QMP USB PHY */
	usb_qmp_phy: ssphy@88e6000 {
		compatible = "qcom,usb-ssphy-qmp-usb3-or-dp";
		reg = <0x88e6000 0x1000>;
		reg-names = "qmp_phy_base";
		reg = <0x88e6000 0x1000>,
			<0x01fcb244 0x4>;
		reg-names = "qmp_phy_base",
			"vls_clamp_reg";

		vdd-supply = <&pm6150_l4>;
		core-supply = <&pm6150_l11>;