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

Commit e80ea820 authored by Sungjun Park's avatar Sungjun Park Committed by Gerrit - the friendly Code Review server
Browse files

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



For Bluetooth Low power mode, LDO7/LDO17/LDO23/LDO25 current threshold
should be set to 10 mA.

Change-Id: Ibc7a91cc4ae2c5a1db145e44a8a86a70fed6c703
Signed-off-by: default avatarSungjun Park <sjpark@codeaurora.org>
parent d5d55ba0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LDO_LPM
			 RPMH_REGULATOR_MODE_LDO_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm8998_l7: regulator-l7 {
			regulator-name = "pm8998_l7";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
@@ -479,7 +479,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LDO_LPM
			 RPMH_REGULATOR_MODE_LDO_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm8998_l17: regulator-l17 {
			regulator-name = "pm8998_l17";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
@@ -587,7 +587,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LDO_LPM
			 RPMH_REGULATOR_MODE_LDO_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm8998_l23: regulator-l23 {
			regulator-name = "pm8998_l23";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
@@ -624,7 +624,7 @@
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LDO_LPM
			 RPMH_REGULATOR_MODE_LDO_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 10000>;
		pm8998_l25: regulator-l25 {
			regulator-name = "pm8998_l25";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;