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

Commit fe639e47 authored by Girish S Ghongdemath's avatar Girish S Ghongdemath
Browse files

ARM: dts: mdm9640: Add wfi node to lpm_levels



Allow wfi state in low power cpuidle path.

Change-Id: Ic2067cb78e3f7abed2aed9a845c36ba7abc090ee
Signed-off-by: default avatarGirish S Ghongdemath <girishsg@codeaurora.org>
parent ca89129b
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
				qcom,ss-power = <5000>;
				qcom,energy-overhead = <60350000>;
				qcom,time-overhead = <7300>;
				qcom,min-child-idx = <1>;
				qcom,min-child-idx = <2>;
				qcom,notify-rpm;
			};

@@ -76,6 +76,15 @@

				qcom,pm-cpu-level@0 {
					reg = <0>;
					qcom,spm-cpu-mode = "wfi";
					qcom,latency-us = <100>;
					qcom,ss-power = <8000>;
					qcom,energy-overhead = <100000>;
					qcom,time-overhead = <1>;
				};

				qcom,pm-cpu-level@1 {
					reg = <1>;
					qcom,spm-cpu-mode = "standalone_pc";
					qcom,latency-us = <2000>;
					qcom,ss-power = <5000>;
@@ -83,8 +92,8 @@
					qcom,time-overhead = <3000>;
				};

				qcom,pm-cpu-level@1 {
					reg = <1>;
				qcom,pm-cpu-level@2 {
					reg = <2>;
					qcom,spm-cpu-mode = "pc";
					qcom,latency-us = <30000>;
					qcom,ss-power = <5000>;