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

Commit 070ea8e1 authored by Liangliang Lu's avatar Liangliang Lu
Browse files

ARM: dts: msm: Update QUSB PHY parameters on QRD450 SKU4



For better USB compliance result update QUSB PHY TUNE1 parameter as
0x78 and QUSB PHY TUNE4 parameter as 0xc7 on QRD450 SKU4.

Change-Id: I7965a56a4a9bea4864c6722d3bf6e43bc47e2224
Signed-off-by: default avatarLiangliang Lu <luliang@codeaurora.org>
parent c9738304
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -13,6 +13,20 @@

#include "msm8953-qrd.dtsi"

&qusb_phy {
	qcom,qusb-phy-init-seq = <0x78 0x80
				0xb3 0x84
				0x83 0x88
				0xc7 0x8c
				0x14 0x9c
				0x30 0x08
				0x79 0x0c
				0x21 0x10
				0x00 0x90
				0x9f 0x1c
				0x00 0x18>;
};

&i2c_3 {
	status = "disabled";
};