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

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

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

parents a729db82 af81b8ab
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>;
			};
		};
	};
};