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

Commit 04f06ba2 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

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



Update the thresholds for vbat and ibat for SDM845.
The new thresholds are,
vbat = 3.2V
vbat_low = 2.8V
vbat_too_low = 2.6V
ibat = 5A
ibat_high = 6A

Change-Id: I1df9f7be87bcc68771277af77970d70d73e016f5
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 514fe716
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@

		trips {
			ibat_high: low-ibat {
				temperature = <4200>;
				temperature = <5000>;
				hysteresis = <200>;
				type = "passive";
			};
@@ -745,7 +745,7 @@

		trips {
			ibat_vhigh: ibat_vhigh {
				temperature = <4300>;
				temperature = <6000>;
				hysteresis = <100>;
				type = "passive";
			};
@@ -760,7 +760,7 @@

		trips {
			low_vbat: low-vbat {
				temperature = <3300>;
				temperature = <3200>;
				hysteresis = <100>;
				type = "passive";
			};
@@ -801,7 +801,7 @@

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

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