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

Commit 9719f422 authored by Gilad Broner's avatar Gilad Broner
Browse files

ARM: dts: msm: enable SDHCI PM QoS for msm8996



This enables both IRQ and cpu group voting.
Latency values are such that fast power-collapse will be avoided,
while wfi mode is enabled.

Change-Id: I5a8807b662688e420453b7b819cbb5993aec7cb8
Signed-off-by: default avatarGilad Broner <gbroner@codeaurora.org>
parent 0bb69bc0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -901,6 +901,13 @@
						100000000 200000000 400000000
						4294967295>;

		qcom,pm-qos-cpu-groups = <0x03 0x0c>;
		qcom,pm-qos-cmdq-latency-us = <70 70>, <70 70>;
		qcom,pm-qos-legacy-latency-us = <70 70>, <70 70>;
		qcom,pm-qos-irq-type = "affine_cores";
		qcom,pm-qos-irq-cpu = <0>;
		qcom,pm-qos-irq-latency = <70 70>;

		status = "disabled";
	};