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

Commit fdc449b2 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Modify mdmcalifornium cpu power level in PC



Modify the mdmcalifornium cpu level 2 (power collapse) power
slightly to avoid being the same as level 1 which would cause
divide by 0 in the calculate_residency function.

Change-Id: I7462dfb5843ce481425300b82df5df569c2d1511
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent dd3e7444
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -75,7 +75,7 @@
				reg = <2>;
				label = "l2-pc";
				qcom,latency-us = <30000>;
				qcom,ss-power = <5000>;
				qcom,ss-power = <4999>;
				qcom,energy-overhead = <60350000>;
				qcom,time-overhead = <7300>;
				qcom,min-child-idx = <2>;
@@ -110,7 +110,7 @@
					reg = <2>;
					qcom,spm-cpu-mode = "pc";
					qcom,latency-us = <30000>;
					qcom,ss-power = <5000>;
					qcom,ss-power = <4999>;
					qcom,energy-overhead = <60350000>;
					qcom,time-overhead = <7300>;
					qcom,reset-level = <LPM_RESET_LVL_PC>;