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

Commit e1cfd1e6 authored by Tingwei Zhang's avatar Tingwei Zhang
Browse files

ARM: dts: msm: Force USB to high speed mode on QRD855



USB super speed functionality is not stable on QRD855 as
re-driver is not enabled. Hence force USB speed as high-speed
only for stable functionality.

Change-Id: Idf3fc921b18a1896654ea45a4d6fcc84d8b25d5f
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent 0ba27bd6
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";