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

Commit 163a8c63 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: bgrsb: update min voltage of LDO15 to 3v"

parents 3c15aee6 3167137c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -266,9 +266,9 @@
	rpm-regulator-ldoa15 {
		status = "okay";
		pm660_l15: regulator-l15 {
			regulator-min-microvolt = <3300000>;
			regulator-min-microvolt = <3000000>;
			regulator-max-microvolt = <3300000>;
			qcom,init-voltage = <3300000>;
			qcom,init-voltage = <3000000>;
			status = "okay";
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
#define BGRSB_MSG_SIZE 0x08
#define TIMEOUT_MS 2000

#define BGRSB_LDO15_VTG_MIN_UV 3300000
#define BGRSB_LDO15_VTG_MIN_UV 3000000
#define BGRSB_LDO15_VTG_MAX_UV 3300000

#define BGRSB_LDO11_VTG_MIN_UV 1800000