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

Commit f9eeb285 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update cpu idle costs in energy costs for sdm670



SDM670 supports maximum of 4 low power modes for cpus, but energy-costs
data has only 4 idle states instead of 5 (1 (nr_run=0) + 4 lpm).

Update energy-costs to include all low power modes in its idle-costs.

Change-Id: I1c65215bcb2b89611b1f4dce6798ff5c3037915a
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent 08421ced
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@
				1708800   139
			>;
			idle-cost-data = <
				12 10 8 6
				12 10 8 6 4
			>;
		};
		CPU_COST_1: core-cost1 {
@@ -383,12 +383,12 @@
				2611200   1400
			>;
			idle-cost-data = <
				100 80 60 40
				100 80 60 40 20
			>;
		};
		CLUSTER_COST_0: cluster-cost0 {
			busy-cost-data = <
				 300000    5
				 300000    6
				 576000    7
				 748800    8
				 998400    9
@@ -399,7 +399,7 @@
				1708800   19
			>;
			idle-cost-data = <
				4 3 2 1
				5 4 3 2 1
			>;
		};
		CLUSTER_COST_1: cluster-cost1 {
@@ -425,7 +425,7 @@
				2611200   140
			>;
			idle-cost-data = <
				4 3 2 1
				5 4 3 2 1
			>;
		};
	};