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

Commit fd113f1e authored by Gopala Krishna Nuthaki's avatar Gopala Krishna Nuthaki Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update skin thermal zone mitigations for KHAJE

Update quiet-therm skin thermal zone mitigations for khaje based
on latest recommendation.

Change-Id: I7a6898f2acb9916ea467913761e53c46f6329393
parent 23618161
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -325,6 +325,14 @@
&thermal_zones {
	quiet-therm-step {
		status = "ok";

		cooling-maps {
			silver_cdev {
				/* limit to 1516800khz */
				cooling-device = <&CPU0 THERMAL_NO_LIMIT
							(THERMAL_MAX_LIMIT-4)>;
			};
		};
	};
};