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

Commit 3c7f4024 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4d3234f5 35daa872
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";