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

Commit 1074e97c 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: remove rpm handshake in l2_gdhs mode"

parents 33193675 4218c68d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -179,11 +179,11 @@

			qcom,system-mode@0 {
				qcom,l2 = "l2_cache_gdhs";
				qcom,latency-us = <20000>;
				qcom,latency-us = <500>;
				qcom,ss-power = <163>;
				qcom,energy-overhead = <1577736>;
				qcom,time-overhead = <5067>;
				qcom,min-cpu-mode= "pc";
				qcom,energy-overhead = <577736>;
				qcom,time-overhead = <1000>;
				qcom,min-cpu-mode= "standalone_pc";
				qcom,sync-mode;
			};

+5 −4
Original line number Diff line number Diff line
@@ -173,11 +173,11 @@

			qcom,system-mode@0 {
				qcom,l2 = "l2_cache_gdhs";
				qcom,latency-us = <20000>;
				qcom,latency-us = <500>;
				qcom,ss-power = <163>;
				qcom,energy-overhead = <1577736>;
				qcom,time-overhead = <5067>;
				qcom,min-cpu-mode= "pc";
				qcom,energy-overhead = <577736>;
				qcom,time-overhead = <1000>;
				qcom,min-cpu-mode= "standalone_pc";
				qcom,sync-cpus;
			};

@@ -188,6 +188,7 @@
				qcom,energy-overhead = <2274420>;
				qcom,time-overhead = <6605>;
				qcom,min-cpu-mode = "pc";
				qcom,send-rpm-sleep-set;
				qcom,sync-cpus;
			};
		};
+1 −12
Original line number Diff line number Diff line
@@ -145,17 +145,6 @@
			compatible = "qcom,system-modes";

			qcom,system-mode@0 {
				qcom,l2 = "l2_cache_gdhs";
				qcom,latency-us = <10700>;
				qcom,ss-power = <372>;
				qcom,energy-overhead = <738750>;
				qcom,time-overhead = <1410>;
				qcom,min-cpu-mode= "pc";
				qcom,send-rpm-sleep-set;
				qcom,sync-mode;
			};

			qcom,system-mode@1 {
				qcom,l2 = "l2_cache_pc_no_rpm";
				qcom,latency-us = <1000>;
				qcom,ss-power = <315>;
@@ -165,7 +154,7 @@
				qcom,sync-mode;
			};

			qcom,system-mode@2 {
			qcom,system-mode@1 {
				qcom,l2 = "l2_cache_pc";
				qcom,latency-us = <12700>;
				qcom,ss-power = <315>;
+3 −4
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@
		qcom,phase-port = <0x1>;
		qcom,pfm-port = <0x2>;
		qcom,saw2-spm-cmd-ret = [00 03 00 0f];
		qcom,saw2-spm-cmd-gdhs = [00 20 32 6b c0 e0 d0 42 07 50
		qcom,saw2-spm-cmd-gdhs = [00 20 32 6b c0 e0 d0 42 03 50
				4e 02 02 d0 e0 c0 22 6b 02 32 50 0f];
		qcom,saw2-spm-cmd-pc-no-rpm = [00 32 b0 10 e0 d0 6b c0 42 f0
				11 03 01 b0 50 4e 02 02 c0 d0 12 e0 6b 02 32
@@ -148,12 +148,11 @@

			qcom,system-mode@0 {
				qcom,l2 = "l2_cache_gdhs";
				qcom,latency-us = <10700>;
				qcom,latency-us = <700>;
				qcom,ss-power = <372>;
				qcom,energy-overhead = <738750>;
				qcom,time-overhead = <1410>;
				qcom,min-cpu-mode= "pc";
				qcom,send-rpm-sleep-set;
				qcom,min-cpu-mode= "standalone_pc";
				qcom,sync-mode;
			};

+1 −12
Original line number Diff line number Diff line
@@ -145,17 +145,6 @@
			compatible = "qcom,system-modes";

			qcom,system-mode@0 {
				qcom,l2 = "l2_cache_gdhs";
				qcom,latency-us = <10700>;
				qcom,ss-power = <372>;
				qcom,energy-overhead = <738750>;
				qcom,time-overhead = <1410>;
				qcom,min-cpu-mode= "pc";
				qcom,send-rpm-sleep-set;
				qcom,sync-mode;
			};

			qcom,system-mode@1 {
				qcom,l2 = "l2_cache_pc_no_rpm";
				qcom,latency-us = <1000>;
				qcom,ss-power = <315>;
@@ -165,7 +154,7 @@
				qcom,sync-mode;
			};

			qcom,system-mode@2 {
			qcom,system-mode@1 {
				qcom,l2 = "l2_cache_pc";
				qcom,latency-us = <12700>;
				qcom,ss-power = <315>;
Loading