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

Commit f306fc32 authored by Liangliang Lu's avatar Liangliang Lu
Browse files

ARM: dts: msm: Limit USB speed to high speed for Kona QRD



As re-driver is not enabled on Kona QRD, limit USB speed to
high speed firstly to avoid unstable issue on USB super speed.

Change-Id: I69a58fd88837d1ae8a03b28bdd18bfecfb15c88d
Signed-off-by: default avatarLiangliang Lu <luliang@codeaurora.org>
parent d85f5151
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -568,3 +568,9 @@
		qca,bt-vdd-rfa2-voltage-level = <1350000 1350000>;
	};
};

&usb0 {
	dwc3@a600000 {
		maximum-speed = "high-speed";
	};
};