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

Commit 35daa872 authored by Achyuth Sai Vadrav's avatar Achyuth Sai Vadrav
Browse files

ARM: dts: msm: Add cluster node in lpm levels



Add dummy cluster node under lpm levels to make it work
with default lpm levels frame work. Also rename gdhs
mode with retention.

Change-Id: I1bc3b0bf88e68ff241a5ba338da691797f563d26
Signed-off-by: default avatarAchyuth Sai Vadrav <avadra@codeaurora.org>
parent a69c694d
Loading
Loading
Loading
Loading
+36 −27
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
		};

		qcom,mode1 {
			qcom,label = "qcom,saw2-spm-cmd-gdhs";
			qcom,label = "qcom,saw2-spm-cmd-ret";
			qcom,sequence = [1f 34 04 44 24 54 03
				54 44 04 24 3e 0f];
			qcom,spm_en;
@@ -48,6 +48,14 @@
		compatible = "qcom,lpm-levels";
		#address-cells = <1>;
		#size-cells = <0>;

		qcom,pm-cluster@0{
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0>;
			label = "system";
			qcom,default-level=<0>;

			qcom,pm-cpu {
				#address-cells = <1>;
				#size-cells = <0>;
@@ -63,7 +71,7 @@

				qcom,pm-cpu-level@1 {
					reg = <1>;
				qcom,spm-cpu-mode ="gdhs";
					qcom,spm-cpu-mode ="retention";
					qcom,latency-us = <240>;
					qcom,ss-power = <467>;
					qcom,energy-overhead = <202781>;
@@ -82,6 +90,7 @@
				};
			};
		};
	};

	qcom,mpm@601d0 {
		compatible = "qcom,mpm-v2";