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

Commit ab35ee57 authored by Rupesh Tatiya's avatar Rupesh Tatiya Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: change LDO regulator HPM current threshold for sdm670 BT



For Bluetooth Low power mode, LDO6/LDO9/LDO19 current threshold
should be set to 10 mA.

Change-Id: Ie5ac98607e2fb47a1abc6ac0bdb97b7a02fe9378
Signed-off-by: default avatarRupesh Tatiya <rtatiya@codeaurora.org>
parent d7e6b0ce
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017,2018 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
@@ -241,7 +241,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LPM
			 RPMH_REGULATOR_MODE_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm660_l6: regulator-pm660-l6 {
			regulator-name = "pm660_l6";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
@@ -298,7 +298,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LPM
			 RPMH_REGULATOR_MODE_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm660_l9: regulator-pm660-l9 {
			regulator-name = "pm660_l9";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
@@ -472,7 +472,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LPM
			 RPMH_REGULATOR_MODE_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm660_l19: regulator-pm660-l19 {
			regulator-name = "pm660_l19";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;