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

Commit 8d7443cb authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update the bcl thresholds for SDM670



Update the thresholds for vbat for SDM670 based on latest
recommendation. The new thresholds are,
vbat = 3.2V
vbat_low = 2.8V
vbat_too_low = 2.6V

Change-Id: I2500620014e496d142c697b0c081c442470df824
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent d0edcda0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@

		trips {
			pm660_vbat_adc: vbat-adc {
				temperature = <3300>;
				temperature = <3200>;
				hysteresis = <100>;
				type = "passive";
			};
@@ -532,7 +532,7 @@

		trips {
			vbat-low {
				temperature = <3100>;
				temperature = <2800>;
				hysteresis = <0>;
				type = "passive";
			};
@@ -548,7 +548,7 @@

		trips {
			vbat-too-low {
				temperature = <2900>;
				temperature = <2600>;
				hysteresis = <0>;
				type = "passive";
			};