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

Commit c12341fa authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Update the PSCI mode id for yupik

Cx-off mode is not supported for yupik. Update the mode id to
exercise cx-ret mode instead of cx-off.

Change-Id: I685d2869c58d99edc4c3631c0c74ae08877ee03a
parent 5ce01ccf
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -37,15 +37,15 @@
				qcom,min-child-idx = <2>;
			};

			CX_OFF: qcom,pm-cluster-level@2 { /* Cx Off */
			CX_RET: qcom,pm-cluster-level@2 { /* Cx Ret */
				reg = <2>;
				compatible = "arm,idle-state";
				idle-state-name = "cx-off";
				idle-state-name = "cx-ret";
				entry-latency-us = <3263>;
				exit-latency-us = <4562>;
				min-residency-us = <8467>;
				arm,psci-suspend-param = <0x2240>;
				qcom,psci-mode = <0x224>;
				arm,psci-suspend-param = <0x1240>;
				qcom,psci-mode = <0x124>;
				qcom,is-reset;
				qcom,notify-rpm;
				qcom,min-child-idx = <2>;
@@ -58,8 +58,8 @@
				entry-latency-us = <3638>;
				exit-latency-us = <6562>;
				min-residency-us = <9826>;
				arm,psci-suspend-param = <0xc340>;
				qcom,psci-mode = <0xc34>;
				arm,psci-suspend-param = <0xb340>;
				qcom,psci-mode = <0xb34>;
				qcom,is-reset;
				qcom,notify-rpm;
				qcom,min-child-idx = <2>;