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

Commit c86580d7 authored by keqili's avatar keqili
Browse files

ARM: dts: msm: Modify the hpm-min-load to 400mA for S1/S2/S6



According to the PM660 Document and RPM pmic configuration, the
S1/S2/S6 NPM/LPM threshold should be 400mA.

Change-Id: Ibc543a29755ec397560c518e230476e7ad6c9034
Signed-off-by: default avatarkeqili <keqili@codeaurora.org>
parent 7ecb4131
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2020, 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
@@ -16,7 +16,7 @@
		qcom,resource-name = "smpa";
		qcom,resource-id = <1>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		qcom,hpm-min-load = <400000>;
		status = "disabled";

		regulator-s1 {
@@ -32,7 +32,7 @@
		qcom,resource-name = "smpa";
		qcom,resource-id = <2>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		qcom,hpm-min-load = <400000>;
		status = "disabled";

		regulator-s2 {
@@ -96,7 +96,7 @@
		qcom,resource-name = "smpa";
		qcom,resource-id = <6>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		qcom,hpm-min-load = <400000>;
		status = "disabled";

		regulator-s6 {