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

Commit 74c123fd authored by Hemant Kumar's avatar Hemant Kumar Committed by Jeevan Shriram
Browse files

ARM: dts: msm: Add TCSR_USB3_DP_PHYMODE register on msmcobalt



This register write allows to select the usb3 phy mode. It is
recommended to explicitly select the usb3 phy mode before
programming the phy init sequence.

Change-Id: I2cb648b976d72d2020357881768674241557c56b
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 3a0c8b92
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1610,9 +1610,11 @@
	ssphy: ssphy@c010000 {
		compatible = "qcom,usb-ssphy-qmp-v2";
		reg = <0x0c010000 0xe0c>,
		      <0x01fcb244 0x4>;
		      <0x01fcb244 0x4>,
		      <0x01fcb248 0x4>;
		reg-names = "qmp_phy_base",
			    "vls_clamp_reg";
			    "vls_clamp_reg",
			    "tcsr_usb3_dp_phymode";
		vdd-supply = <&pmcobalt_l1>;
		core-supply = <&pmcobalt_l2>;
		qcom,vdd-voltage-level = <0 880000 880000>;