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

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

ARM: dts: msm: Update qusb2 phy init sequence for msmcobalt v2



qusb2 phy programming sequence on msmcobalt v2 platform requires
one extra register write to initialize the phy.

Change-Id: Id2e764210e3ca9e12a3d8299bf0c585958bbd7c8
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent f303bb65
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -62,3 +62,14 @@
&mdss_mdp {
	qcom,vbif-settings = <0x00d0 0x00002020>;
};

&qusb_phy0 {
	qcom,qusb-phy-init-seq =
			/* <value reg_offset> */
				<0x13 0x04
				0x7c 0x18c
				0x80 0x2c
				0x0a 0x184
				0x00 0x240
				0x19 0xb4>;
};