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

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

ARM: dts: msm: Pass pcs_clamp_enable_reg address for sdxpoorwills



This register is used to clamp USB3 I/O and enables autonomous mode.

Change-Id: Ib7adcc4815c7f22bb0e2a5638dbca9583dc69499
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 84c6b597
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -139,9 +139,11 @@
	usb3_qmp_phy: ssphy@ff0000 {
		compatible = "qcom,usb-ssphy-qmp-v2";
		reg = <0xff0000 0x1000>,
		    <0x01fcb244 0x4>;
		    <0x01fcb244 0x4>,
		    <0x00ff088c 0x4>;
		reg-names = "qmp_phy_base",
			"vls_clamp_reg";
			"vls_clamp_reg",
			"pcs_clamp_enable_reg";

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