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

Commit 56d53422 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

ARM: msm: dts: Disable U1U2 low power modes for QCS610



Disable U1U2 low power modes for QCS610 which is required for
avoiding flickering issues with UVC over isochronous endpoint.

Change-Id: Iceb4328141714553574b5729c73775d917688469
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent 2c947c65
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -332,6 +332,12 @@
	status = "ok";
};

&usb0 {
	dwc3@a600000 {
		snps,usb3-u1u2-disable;
	};
};

&L16A {
	regulator-max-microvolt = <3304000>;
};