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

Commit 2089a9e0 authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Update android_usb QOS latencies on MSM8992



Update the pm-qos-latency property for android_usb. This specifies
the tolerable latencies to allow for CPU low power modes. The
values used correspond to: <Block CPU LPMs, Block Cluster (L2) LPMs,
Block Top Cluster (CCI) LPMs>

Change-Id: Ifd427659708c3297d6872944818c6f183722f42c
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent e22a9bf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1931,7 +1931,7 @@
	android_usb {
		compatible = "qcom,android-usb";
		reg = <0xfe80f0c8 0xc8>;
		qcom,pm-qos-latency = <2 1001 30001>;
		qcom,pm-qos-latency = <61 637 1261>;
		qcom,android-usb-uicc-nluns = /bits/ 8 <1>;
	};
};