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

Commit ec587be5 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Update modem mitigation threshold for lahaina

Update modem mitigation threshold and hysteresis for lahaina as per
recommendation.

sensor mdmss-1-step/mdmss-2-step
algo_type step_wise
polling_delay 0
passive_delay 0
trip 0 2
set_temp 95000 98000 105000
clr_temp 3000 2000 5000
device  modem_tj modem_tj modem_tj
upper_limit  1 2 3
lower_limit  1 2 3

Above is the new updated configuration.

Change-Id: I6eddbe2ab29fb9942cdd608b1bd507fd9aa1c910
parent b7e3313c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -465,13 +465,13 @@
		trips {
			mdmss10_config: active-config0 {
				temperature = <95000>;
				hysteresis = <5000>;
				hysteresis = <3000>;
				type = "passive";
			};

			mdmss11_config: active-config1 {
				temperature = <100000>;
				hysteresis = <5000>;
				temperature = <98000>;
				hysteresis = <2000>;
				type = "passive";
			};

@@ -508,13 +508,13 @@
		trips {
			mdmss20_config: active-config0 {
				temperature = <95000>;
				hysteresis = <5000>;
				hysteresis = <3000>;
				type = "passive";
			};

			mdmss21_config: active-config1 {
				temperature = <100000>;
				hysteresis = <5000>;
				temperature = <98000>;
				hysteresis = <2000>;
				type = "passive";
			};