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

Commit 5b3f086d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Force USB to high speed mode on QRD855" into msm-4.14

parents 6802a480 e1cfd1e6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -66,6 +66,13 @@
	qcom,wsa-aux-dev-prefix = "SpkrRight", "SpkrRight";
};

/* Force USB to high speed mode before USB re-driver enabled on QRD855 */
&usb0 {
	dwc3@a600000 {
		maximum-speed = "high-speed";
	};
};

&ufsphy_mem {
	compatible = "qcom,ufs-phy-qmp-v4";