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

Commit af81b8ab authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: update modem thermal zone mitigation thresholds for sa415m



Update modem core TSENS thermal zone mitigation thresholds based on
latest recommendation for sa415m platforms.

Change-Id: I33cd6fa5b2adc884e5b4c2c69bd2d9eb4da5962d
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 48c63662
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -28,3 +28,17 @@
&smb138x {
	status = "disabled";
};

&thermal_zones {
	mdm-core-step {
		trips {
			mdm-step-trip-0 {
				temperature = <105000>;
			};

			mdm-step-trip-1 {
				temperature = <115000>;
			};
		};
	};
};
+14 −0
Original line number Diff line number Diff line
@@ -32,3 +32,17 @@
&smb138x {
	status = "disabled";
};

&thermal_zones {
	mdm-core-step {
		trips {
			mdm-step-trip-0 {
				temperature = <105000>;
			};

			mdm-step-trip-1 {
				temperature = <115000>;
			};
		};
	};
};
+14 −0
Original line number Diff line number Diff line
@@ -99,6 +99,20 @@
	status = "disabled";
};

&thermal_zones {
	mdm-core-step {
		trips {
			mdm-step-trip-0 {
				temperature = <105000>;
			};

			mdm-step-trip-1 {
				temperature = <115000>;
			};
		};
	};
};

&i2c_4 {
	status = "okay";

+14 −0
Original line number Diff line number Diff line
@@ -37,3 +37,17 @@
&smb138x {
	status = "disabled";
};

&thermal_zones {
	mdm-core-step {
		trips {
			mdm-step-trip-0 {
				temperature = <105000>;
			};

			mdm-step-trip-1 {
				temperature = <115000>;
			};
		};
	};
};