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

Commit 2b1e10c1 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

ARM: dts: msm: Fix idle energy costs for sm8150



SM8150 supports 2 low power modes, but, idle energy costs
in energy-costs node has data for 4 idle states instead of
3 (1 for nr_run=0 and 2 LPMs). Fix idle energy costs by
removing excess data.

Change-Id: I4c8e9b59218f619da66ed5c716d703b71a018991
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 6154fcdf
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@
			1785600 128
		>;
		idle-cost-data = <
			22 18 14 12
			18 14 12
		>;
	};

@@ -443,7 +443,7 @@
			2419200 1022
		>;
		idle-cost-data = <
			100 80 60 40
			80 60 40
		>;
	};

@@ -471,7 +471,7 @@
			2841600 1427
		>;
		idle-cost-data = <
			130 110 90 70
			110 90 70
		>;
	};

@@ -497,7 +497,7 @@
			1785600 17
		>;
		idle-cost-data = <
			4 3 2 1
			3 2 1
		>;
	};

@@ -522,7 +522,7 @@
			2419200 106
		>;
		idle-cost-data = <
			4 3 2 1
			3 2 1
		>;
	};

@@ -550,7 +550,7 @@
			2841600 180
		>;
		idle-cost-data = <
			4 3 2 1
			3 2 1
		>;
	};
};
+6 −6
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@
				1267200  88
			>;
			idle-cost-data = <
				22 18 14 12
				18 14 12
			>;
		};

@@ -460,7 +460,7 @@
				2016000 807
			>;
			idle-cost-data = <
				100 80 60 40
				80 60 40
			>;
		};

@@ -485,7 +485,7 @@
				2054400 960
			>;
			idle-cost-data = <
				130 110 90 70
				110 90 70
			>;
		};

@@ -504,7 +504,7 @@
				1267200 10
			>;
			idle-cost-data = <
				4 3 2 1
				3 2 1
			>;
		};

@@ -530,7 +530,7 @@

			>;
			idle-cost-data = <
				4 3 2 1
				3 2 1
			>;
		};

@@ -555,7 +555,7 @@
				2054400 140
			>;
			idle-cost-data = <
				4 3 2 1
				3 2 1
			>;
		};
	}; /* energy-costs */