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

Commit 9222fd80 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Add a 5C hysteresis for DDR rule in Lahaina

Add a 5C hysteresis for DDR temperature monitoring in Lahaina. This will
ensure that the mitigation is held for a while before it is relaxed.

Change-Id: Ie54f2c03bacd76c85c127029439f12d6b0061dbf
parent ccad25bb
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -774,6 +774,12 @@
				hysteresis = <0>;
				type = "passive";
			};

			pop_trip1: pop-trip1 {
				temperature = <90000>;
				hysteresis = <5000>;
				type = "passive";
			};
		};

		cooling-maps {
@@ -785,7 +791,7 @@
			};

			pop_cdev1 {
				trip = <&pop_trip>;
				trip = <&pop_trip1>;
				cooling-device = <&ddr_cdev 5 5>;
			};
		};