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

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

ARM: dts: msm: update CPU temperature thresholds for SA8155



As per recommendation, Update the CPU junction temperature
thresholds to 105C for SA8155.

Change-Id: I8accb4f65e57162da5a909986acaebc918ee76f6
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent bcd328f4
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -353,6 +353,24 @@
			/delete-node/ mmcx_vdd_cdev;
		};
	};

	lmh-dcvs-01 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};

	lmh-dcvs-00 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};
};

&mdss_dsi0_pll {