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

Commit 45aab679 authored by Ajay Agarwal's avatar Ajay Agarwal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Set COMPDISTUNE0 value to 4 for SDM439 and SDM429



To maintain USB yield on SDM439/SDM429, COMPDISTUNE0 value needs
to be updated from default value of 3 to 4. Update the phy init
sequence accordingly.

Change-Id: I26af51096e610ca2df62db1972e9055fcff68a6a
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 2125fc33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -663,5 +663,5 @@
};

&usb_otg {
	qcom,hsusb-otg-phy-init-seq = <0x06 0x82 0xffffffff>;
	qcom,hsusb-otg-phy-init-seq = <0x43 0x80 0x06 0x82 0xffffffff>;
};